Skip to main content

Sticker

Documentation


Documentation / @discordeno/bot / Sticker

Interface: Sticker

Defined in: transformers/types.ts:1876

Properties

available?

optional available?: boolean

Defined in: transformers/types.ts:1892

Whether or not the sticker is available


description

description: string

Defined in: transformers/types.ts:1884

Description of the sticker


formatType

formatType: StickerFormatTypes

Defined in: transformers/types.ts:1890

Type of sticker format


guildId?

optional guildId?: bigint

Defined in: transformers/types.ts:1894

Id of the guild that owns this sticker


id

id: bigint

Defined in: transformers/types.ts:1878

Id of the sticker


name

name: string

Defined in: transformers/types.ts:1882

Name of the sticker


packId?

optional packId?: bigint

Defined in: transformers/types.ts:1880

Id of the pack the sticker is from


sortValue?

optional sortValue?: number

Defined in: transformers/types.ts:1898

A sticker's sort order within a pack


tags

tags: string

Defined in: transformers/types.ts:1886

a unicode emoji representing the sticker's expression


type

type: StickerTypes

Defined in: transformers/types.ts:1888

type of sticker


user?

optional user?: User

Defined in: transformers/types.ts:1896

The user that uploaded the sticker