INPUT_OBJECT

GenerateAnimatedEmoteInput

Input to the animateEmote mutation.

link GraphQL Schema definition

1input GenerateAnimatedEmoteInput {
4
2# The ID for the input image. Must be the 4x size.
3image4xID: ID!
7
5# The preset animation to apply on the provided static emote.
6preset: AnimatedEmotePreset!
8}