ENUM

EmoteStateFilter

Used to filter emotes by state.

link GraphQL Schema definition

1enum EmoteStateFilter {
2
3# Show all emotes, including active and pending.
4ALL
5
6# Show only active emotes.
7ACTIVE
8}