OBJECT
EmoteModifier
The name of an emote modifier and it's abbreviated code.
link GraphQL Schema definition
1 type EmoteModifier { 2 3 # The code to use the emote modifier in chat. 4 : String! 5 6 # The name of the emote modifier. 7 : PermanentEmoteModifier! 8 9 # Subscription tier associated with modifier (if known and applicable). 10 : SubscriptionSummaryTier 11 12 }