INPUT_OBJECT

SubmitEmotePrefixInput

SubmitEmotePrefix creates a new emoticon prefix for a channel.

link GraphQL Schema definition

1input SubmitEmotePrefixInput {
4
2# The channel ID whose emote prefix will be updated.
3channelID: ID!
7
5# The new emote prefix.
6name: String!
8}