OBJECT

EmoticonPrefix

Channels have emoticon prefixes.

link GraphQL Schema definition

1type EmoticonPrefix {
2
3# If the prefix can be edited or not.
4isEditable: Boolean!
5
6# Name of the prefix.
7name: String!
8
9# If the prefix has been approved or not.
10state: EmoticonPrefixState!
11
12}