ENUM

EmoteResizePlan

Enum of supported resizing plans.

link GraphQL Schema definition

1enum EmoteResizePlan {
2
3# Resize a provided SIZE_ORIGINAL_IMAGE.
4AUTO_RESIZE
5
6# Don't resize, use the image as is for 1x, 2x or 4x.
7NO_RESIZE
8}