OBJECT

DeleteEmotePayload

Result of delete emote.

link GraphQL Schema definition

1type DeleteEmotePayload {
2
3# Error returned after attempting to delete an emote.
4error: DeleteEmoteError
5
6}