OBJECT
CreateArchivedEmotePayload
Results of the create emote publish.
link GraphQL Schema definition
1 type CreateArchivedEmotePayload { 2 3 # The newly created emote if successful. 4 : Emote 5 6 # Service error, if any. 7 : CreateArchivedEmoteError 8 9 }