Skip to main content

DiscordSticker

@discordeno/botDocs


Documentation / @discordeno/bot / DiscordSticker

Interface: DiscordSticker

https://discord.com/developers/docs/resources/sticker#sticker-object-sticker-structure

Properties

available?

optional available: boolean

Whether or not the sticker is available

Defined in

packages/types/dist/types/discord.d.ts:1533


description

description: string

Description of the sticker

Defined in

packages/types/dist/types/discord.d.ts:1525


format_type

format_type: StickerFormatTypes

Type of sticker format

Defined in

packages/types/dist/types/discord.d.ts:1531


guild_id?

optional guild_id: string

Id of the guild that owns this sticker

Defined in

packages/types/dist/types/discord.d.ts:1535


id

id: string

Id of the sticker

Defined in

packages/types/dist/types/discord.d.ts:1519


name

name: string

Name of the sticker

Defined in

packages/types/dist/types/discord.d.ts:1523


pack_id?

optional pack_id: string

Id of the pack the sticker is from

Defined in

packages/types/dist/types/discord.d.ts:1521


sort_value?

optional sort_value: number

A sticker's sort order within a pack

Defined in

packages/types/dist/types/discord.d.ts:1539


tags

tags: string

a unicode emoji representing the sticker's expression

Defined in

packages/types/dist/types/discord.d.ts:1527


type

type: StickerTypes

type of sticker

Defined in

packages/types/dist/types/discord.d.ts:1529


user?

optional user: DiscordUser

The user that uploaded the sticker

Defined in

packages/types/dist/types/discord.d.ts:1537