OBJECT

PrimeEmoticons

Wrapper around standard Emoticons for Prime Smilies Emoticons.

link GraphQL Schema definition

1type PrimeEmoticons {
2
3# Name for the currently enabled Emoticon set selected by the user.
4currentSetName: PrimeEmoticonsSetName!
5
6# All Prime Emoticon Sets of emote values (id, token, setId).
7emoticonSets: [SmiliesSet!]
8
9}