OBJECT
GenerateAnimatedEmotePayload
Payload from the animateEmote mutation.
link GraphQL Schema definition
1 type GenerateAnimatedEmotePayload { 2 3 # The ID of the generate request. Pubsub messages will contain this ID to match up 4 # the message with the generate request. 5 : ID 6 7 # The animated emote assets. 8 : [AnimatedImageAsset!] 9 10 }