Type alias CreateStickerData

CreateStickerData: {
    description: string;
    file: Buffer;
    name: string;
    reason?: string;
    tags: string;
}

Type declaration

  • description: string

    description of the sticker (empty or 2-100 characters)

  • file: Buffer

    The file contents; Must be a PNG, APNG, or Lottie JSON file; Max 500 KB

  • name: string

    name of the emoji

  • Optional reason?: string

    reason for creating the sticker

  • tags: string

    comma separated autocomplete/suggestion tags for the sticker (max 200 characters)

Generated using TypeDoc