Discord.https - v3.0.16
    Preparing search index...

    Interface RESTPostAPIGuildStickerFormDataBody

    interface RESTPostAPIGuildStickerFormDataBody {
        description: string;
        file: unknown;
        name: string;
        tags: string;
    }
    Index

    Properties

    description: string

    Description of the sticker (empty or 2-100 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.

    name: string

    Name of the sticker (2-30 characters)

    tags: string

    The Discord name of a unicode emoji representing the sticker's expression (2-200 characters)