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