Skip to main content

CreateGuildStickerOptions

Documentation


Documentation / @discordeno/types / CreateGuildStickerOptions

Interface: CreateGuildStickerOptions

Defined in: discordeno/sticker.ts:6

https://docs.discord.com/developers/resources/sticker#create-guild-sticker-form-params

Properties

description

description: string

Defined in: discordeno/sticker.ts:10

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


file

file: FileContent

Defined in: discordeno/sticker.ts:14

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


name

name: string

Defined in: discordeno/sticker.ts:8

Name of the sticker (2-30 characters)


tags

tags: string

Defined in: discordeno/sticker.ts:12

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