OBJECT

EmoteUploadConfiguration

Represents an emote that is currently in the process of being uploaded.

link GraphQL Schema definition

1type EmoteUploadConfiguration {
2
3# The relevant metadata for the 1X image asset.
4imageUploadConfig1X: EmoteImageUploadConfiguration
5
6# The relevant metadata for the 2X image asset.
7imageUploadConfig2X: EmoteImageUploadConfiguration
8
9# The relevant metadata for the 4X image asset.
10imageUploadConfig4X: EmoteImageUploadConfiguration
11
12}