Skip to main content

Sticker

Documentation


Documentation / @discordeno/bot / Sticker

Interface: Sticker

Defined in: bot/src/transformers/types.ts:1672

Properties

available?

optional available: boolean

Defined in: bot/src/transformers/types.ts:1688

Whether or not the sticker is available


description

description: string

Defined in: bot/src/transformers/types.ts:1680

Description of the sticker


formatType

formatType: StickerFormatTypes

Defined in: bot/src/transformers/types.ts:1686

Type of sticker format


guildId?

optional guildId: bigint

Defined in: bot/src/transformers/types.ts:1690

Id of the guild that owns this sticker


id

id: bigint

Defined in: bot/src/transformers/types.ts:1674

Id of the sticker


name

name: string

Defined in: bot/src/transformers/types.ts:1678

Name of the sticker


packId?

optional packId: bigint

Defined in: bot/src/transformers/types.ts:1676

Id of the pack the sticker is from


sortValue?

optional sortValue: number

Defined in: bot/src/transformers/types.ts:1694

A sticker's sort order within a pack


tags

tags: string

Defined in: bot/src/transformers/types.ts:1682

a unicode emoji representing the sticker's expression


type

type: StickerTypes

Defined in: bot/src/transformers/types.ts:1684

type of sticker


user?

optional user: User

Defined in: bot/src/transformers/types.ts:1692

The user that uploaded the sticker