ENUM

PrimeEmoticonsSetName

The Names for the smilies Emoticon sets supported by Prime.

link GraphQL Schema definition

1enum PrimeEmoticonsSetName {
2
3# Emotes that are granted to all users with Robot faces. Group id is #0 and
4# emoticons start at id #1.
5ROBOTS
6
7# Emotes that are granted via Prime with Turbo faces.
8PURPLE
9
10# Emotes that are granted via Prime with Monkey faces.
11MONKEYS
12}