Skip to main content

Sticker

@discordeno/botDocs


Documentation / @discordeno/bot / Sticker

Interface: Sticker

Properties

available?

optional available: boolean

Whether or not the sticker is available

Defined in

packages/bot/src/transformers/types.ts:1592


description

description: string

Description of the sticker

Defined in

packages/bot/src/transformers/types.ts:1584


formatType

formatType: StickerFormatTypes

Type of sticker format

Defined in

packages/bot/src/transformers/types.ts:1590


guildId?

optional guildId: bigint

Id of the guild that owns this sticker

Defined in

packages/bot/src/transformers/types.ts:1594


id

id: bigint

Id of the sticker

Defined in

packages/bot/src/transformers/types.ts:1578


name

name: string

Name of the sticker

Defined in

packages/bot/src/transformers/types.ts:1582


packId?

optional packId: bigint

Id of the pack the sticker is from

Defined in

packages/bot/src/transformers/types.ts:1580


sortValue?

optional sortValue: number

A sticker's sort order within a pack

Defined in

packages/bot/src/transformers/types.ts:1598


tags

tags: string

a unicode emoji representing the sticker's expression

Defined in

packages/bot/src/transformers/types.ts:1586


type

type: StickerTypes

type of sticker

Defined in

packages/bot/src/transformers/types.ts:1588


user?

optional user: User

The user that uploaded the sticker

Defined in

packages/bot/src/transformers/types.ts:1596