ENUM

EmoteGroupAssetType

The possible emote group asset types.

link GraphQL Schema definition

1enum EmoteGroupAssetType {
2
3# STATIC type groups only contain static emotes.
4STATIC
5
6# ANIMATED type groups only contain animated emotes.
7ANIMATED
8}