INPUT_OBJECT

EmoteImageAssetInput

The ID, Size and AssetType of a previously uploaded emote.

link GraphQL Schema definition

1input EmoteImageAssetInput {
4
2# The asset type of the image.
3assetType: EmoteAssetType!
7
5# Image ID generated by Mako for image.
6id: ID!
10
8# Size of the image.
9size: EmoteImageSize!
11}