OBJECT

SetEmoteAnimationsSettingCalloutDismissedPayload

Result of a setEmoteAnimationsSettingCalloutDismissed mutation.

link GraphQL Schema definition

1type SetEmoteAnimationsSettingCalloutDismissedPayload {
2
3# Whether the emote animations setting callout is dismissed by the user.
4isEmoteAnimationsSettingCalloutDismissed: Boolean
5
6}