OBJECT

RemoveEmoteFromGroupError

Error returned after attempting to remove an emote from its group.

link GraphQL Schema definition

1type RemoveEmoteFromGroupError {
2
3# The error code associated with this error.
4code: RemoveEmoteFromGroupErrorCode!
5
6}