ENUM

EmoteImageSize

Enum of supported image sizes.

link GraphQL Schema definition

1enum EmoteImageSize {
2
3# Lowest supported resolution.
4SIZE_1X
5
6# Resolution used for kinda high density displays.
7SIZE_2X
8
9# Highest density display support.
10SIZE_4X
11
12# Original size, used for resizing functionality.
13SIZE_ORIGINAL
14}