OBJECT

SmiliesSet

Wrapper around the standard emoticon groups for Prime Emoticons.

link GraphQL Schema definition

1type SmiliesSet {
2
3# The list of emotes which belong to this set.
4emotes: [Emote!]
5
6# ID for the current smilies set.
7id: ID
8
9}