INPUT_OBJECT

DeleteBitsBadgeTierEmoticonInput

The input for delete bits badge tier emoticon.

link GraphQL Schema definition

1input DeleteBitsBadgeTierEmoticonInput {
4
2# channelID is the owner of the emoticon being deleted.
3channelID: ID!
7
5# emoteID is the unique identifier for the emote.
6emoteID: ID!
11
8# The visual representation of the emote.
9# For example, "O_o" instead of "(O|o)_(o|O)".
10text: String!
14
12# threshold is the badge tier threshold associated with this emoticon.
13threshold: Int!
15}