OBJECT
CommunityPointsEmoteModifier
A community points emote modifier.
link GraphQL Schema definition
1 type CommunityPointsEmoteModifier { 2 3 # The dark version of the icon to represent a modification made to an emote. 4 : CommunityPointsImage! 5 6 # The light version of the icon to represent a modification made to an emote. 7 : CommunityPointsImage! 8 9 # The emote modifier's identifier. 10 : ID! 11 12 # The title of the modifier. 13 : String! 14 15 }