OBJECT

SetEmoteAnimationsEnabledPayload

Result of a setEmoteAnimationsEnabled mutation.

link GraphQL Schema definition

1type SetEmoteAnimationsEnabledPayload {
2
3# Whether emote animations are enabled for the current user.
4isEmoteAnimationsEnabled: Boolean
5
6}