OBJECT

GenerateAnimatedEmotePayload

Payload from the animateEmote mutation.

link GraphQL Schema definition

1type 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.
5id: ID
6
7# The animated emote assets.
8animatedAssets: [AnimatedImageAsset!]
9
10}