From fc5e793cde11b17e457b873cd3fc1b09c293f795 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sat, 12 Oct 2019 19:54:08 +0200 Subject: [PATCH] Document changes to emoji return values --- docs/index.rst | 2 ++ 1 file changed, 2 insertions(+) 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 'shortcode': # Emoji shortcode, without surrounding colons 'url': # URL for the emoji image, can be animated 'static_url': # URL for the emoji image, never animated + 'visible_in_picker': # True if the emoji is enabled, False if not. + 'category': # The category to display the emoji under (not present if none is set) } Application dicts