ENUM

AnimatedEmotePreset

The available animated emote generation presets.

link GraphQL Schema definition

1enum AnimatedEmotePreset {
2
3# Shake makes the source image shake.
4SHAKE
5
6# Roll makes the source image roll across.
7ROLL
8
9# Spin makes the source image spin around in place.
10SPIN
11
12# Rave makes the source image change colors.
13RAVE
14
15# Slide in makes the source image slide in from the left.
16SLIDE_IN
17
18# Slide out makes the source image slide out to the right.
19SLIDE_OUT
20}