OBJECT

EmoteModifier

The name of an emote modifier and it's abbreviated code.

link GraphQL Schema definition

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