OBJECT

CreateArchivedEmotePayload

Results of the create emote publish.

link GraphQL Schema definition

1type CreateArchivedEmotePayload {
2
3# The newly created emote if successful.
4emote: Emote
5
6# Service error, if any.
7error: CreateArchivedEmoteError
8
9}