Skip to main content

Sticker

@discordeno/bot


Documentation / @discordeno/bot / Sticker

Interface: Sticker

Defined in: packages/bot/src/transformers/types.ts:1589

Properties

available?

optional available: boolean

Defined in: packages/bot/src/transformers/types.ts:1605

Whether or not the sticker is available


description

description: string

Defined in: packages/bot/src/transformers/types.ts:1597

Description of the sticker


formatType

formatType: StickerFormatTypes

Defined in: packages/bot/src/transformers/types.ts:1603

Type of sticker format


guildId?

optional guildId: bigint

Defined in: packages/bot/src/transformers/types.ts:1607

Id of the guild that owns this sticker


id

id: bigint

Defined in: packages/bot/src/transformers/types.ts:1591

Id of the sticker


name

name: string

Defined in: packages/bot/src/transformers/types.ts:1595

Name of the sticker


packId?

optional packId: bigint

Defined in: packages/bot/src/transformers/types.ts:1593

Id of the pack the sticker is from


sortValue?

optional sortValue: number

Defined in: packages/bot/src/transformers/types.ts:1611

A sticker's sort order within a pack


tags

tags: string

Defined in: packages/bot/src/transformers/types.ts:1599

a unicode emoji representing the sticker's expression


type

type: StickerTypes

Defined in: packages/bot/src/transformers/types.ts:1601

type of sticker


user?

optional user: User

Defined in: packages/bot/src/transformers/types.ts:1609

The user that uploaded the sticker