Skip to main content

CreateGuildStickerOptions

@discordeno/botDocs


Documentation / @discordeno/bot / CreateGuildStickerOptions

Interface: CreateGuildStickerOptions

Properties

description

description: string

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

Defined in

packages/types/dist/types/discordeno.d.ts:1191


file

file: FileContent

The sticker file to upload, must be a PNG, APNG, or Lottie JSON file, max 512 KB

Defined in

packages/types/dist/types/discordeno.d.ts:1195


name

name: string

Name of the sticker (2-30 characters)

Defined in

packages/types/dist/types/discordeno.d.ts:1189


tags

tags: string

Autocomplete/suggestion tags for the sticker (max 200 characters)

Defined in

packages/types/dist/types/discordeno.d.ts:1193