Variables | |
| response = requests_get("https://classic.talkomatic.co/js/emojiList.json") | |
| dict | emoji_list = response.json() |
A dictionary of all the emojis available on the Talkomatic server. The keys are the emoji names, and the values are the image URLs.
| dict talkomatic.api.v1.emoji_list.emoji_list = response.json() |
Definition at line 11 of file emoji_list.py.
| talkomatic.api.v1.emoji_list.response = requests_get("https://classic.talkomatic.co/js/emojiList.json") |
Definition at line 9 of file emoji_list.py.