pull/49/head
Lorenz Diener 2017-04-27 10:43:10 +02:00
rodzic 2dc636879b
commit d7256798b7
1 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -191,15 +191,15 @@ Media dicts
Card dicts
~~~~~~~~~~
..code-block:: python
.. code-block:: python
mastodon.status_card(<numerical id>):
# Returns the folowing dictionary
{
'url': The URL of the card.
'title': The title of the card.
'description': The description of the card.
'image': (optional) The image associated with the card.
'url': # The URL of the card.
'title': # The title of the card.
'description': # The description of the card.
'image': # (optional) The image associated with the card.
}
App registration and user authentication