OBJECT
EmoticonPrefix
Channels have emoticon prefixes.
link GraphQL Schema definition
1 type EmoticonPrefix { 2 3 # If the prefix can be edited or not. 4 : Boolean! 5 6 # Name of the prefix. 7 : String! 8 9 # If the prefix has been approved or not. 10 : EmoticonPrefixState! 11 12 }