INPUT_OBJECT
BitsBadgeTierEmoticonSetting
BadgeTier Emoticon data to modify.
link GraphQL Schema definition
1 input BitsBadgeTierEmoticonSetting { 5 2 # The text representation that will allow a user to invoke the emoticon in chat. 3 # Usually consists of: a creator's emoticon prefix + a codeSuffix. 4 : String! 10 6 # The creator-defined suffix that differentiates this emoticon from other 7 # emoticons in the channel. 8 # Usually begins with either a capital letter or a number. 9 : String! 15 11 # I'm going to make these new fields nullable and transition them to non-nullable 12 # after deprecate the existing flow 13 # Image ID for the 28x28 emote asset. 14 : String 18 16 # Image ID for the 56x56 emote asset. 17 : String 21 19 # Image ID for the 112x112 emote asset. 20 : String 22 }