RESTPostAPIGuildStickerFormDataBody
https://discord.com/developers/docs/resources/sticker#create-guild-sticker
Signature
export interface RESTPostAPIGuildStickerFormDataBodyProperties
4Methods
0No methods.
Properties
name: string;Name of the sticker (2-30 characters)
description: string;Description of the sticker (empty or 2-100 characters)
tags: string;The Discord name of a unicode emoji representing the sticker's expression (2-200 characters)
file: unknown;The sticker file to upload, must be a PNG, APNG, GIF, or Lottie JSON file, max 512 KB Uploaded stickers are constrained to 5 seconds in length for animated stickers, and 320 x 320 pixels.