INPUT_OBJECT
GenerateAnimatedEmoteInput
Input to the animateEmote mutation.
link GraphQL Schema definition
1 input GenerateAnimatedEmoteInput { 4 2 # The ID for the input image. Must be the 4x size. 3 : ID! 7 5 # The preset animation to apply on the provided static emote. 6 : AnimatedEmotePreset! 8 }