aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-10-12 19:54:08 +0200
committerLorenz Diener <[email protected]>2019-10-12 19:54:08 +0200
commitfc5e793cde11b17e457b873cd3fc1b09c293f795 (patch)
tree2811526ff1098d151c59b590227a36a0a5231028 /docs
parentbf96ff5ea0c025859c88c50b8ac5aec1f2284841 (diff)
downloadmastodon.py-fc5e793cde11b17e457b873cd3fc1b09c293f795.tar.gz
Document changes to emoji return values
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst2
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
442Application dicts 444Application dicts
Powered by cgit v1.2.3 (git 2.41.0)