INPUT_OBJECT

BitsBadgeTierEmoticonSetting

BadgeTier Emoticon data to modify.

link GraphQL Schema definition

1input 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.
4code: 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.
9codeSuffix: 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.
14imageID1x: String
18
16# Image ID for the 56x56 emote asset.
17imageID2x: String
21
19# Image ID for the 112x112 emote asset.
20imageID4x: String
22}