OBJECT
EmoteSet
Represents a group of emotes.
link GraphQL Schema definition
1 type EmoteSet { 2 3 # The list of emotes which belong to this set. 4 : [Emote] 5 6 # The emote set's identifier. 7 : ID 8 9 # The channel associated with the emote set. Nil for emote sets not associated 10 # with an owner (prime, fuel, rewards, etc.). 11 : User 12 13 # The asset type of the emotes within the emote group. 14 : EmoteGroupAssetType 15 16 }