diff options
author | Lorenz Diener <[email protected]> | 2019-10-12 19:54:08 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-10-12 19:54:08 +0200 |
commit | fc5e793cde11b17e457b873cd3fc1b09c293f795 (patch) | |
tree | 2811526ff1098d151c59b590227a36a0a5231028 | |
parent | bf96ff5ea0c025859c88c50b8ac5aec1f2284841 (diff) | |
download | mastodon.py-fc5e793cde11b17e457b873cd3fc1b09c293f795.tar.gz |
Document changes to emoji return values
-rw-r--r-- | docs/index.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 183f271..1a9f5f9 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -437,6 +437,8 @@ Emoji dicts | |||
437 | 'shortcode': # Emoji shortcode, without surrounding colons | 437 | 'shortcode': # Emoji shortcode, without surrounding colons |
438 | 'url': # URL for the emoji image, can be animated | 438 | 'url': # URL for the emoji image, can be animated |
439 | 'static_url': # URL for the emoji image, never animated | 439 | 'static_url': # URL for the emoji image, never animated |
440 | 'visible_in_picker': # True if the emoji is enabled, False if not. | ||
441 | 'category': # The category to display the emoji under (not present if none is set) | ||
440 | } | 442 | } |
441 | 443 | ||
442 | Application dicts | 444 | Application dicts |