OBJECT

CommunityPointsEmoteModifier

A community points emote modifier.

link GraphQL Schema definition

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