DiscordSticker
Documentation / @discordeno/bot / DiscordSticker
Interface: DiscordSticker
Defined in: packages/types/dist/types/discord.d.ts:1520
https://discord.com/developers/docs/resources/sticker#sticker-object-sticker-structure
Properties
available?
optional
available:boolean
Defined in: packages/types/dist/types/discord.d.ts:1536
Whether or not the sticker is available
description
description:
string
Defined in: packages/types/dist/types/discord.d.ts:1528
Description of the sticker
format_type
format_type:
StickerFormatTypes
Defined in: packages/types/dist/types/discord.d.ts:1534
guild_id?
optional
guild_id:string
Defined in: packages/types/dist/types/discord.d.ts:1538
Id of the guild that owns this sticker
id
id:
string
Defined in: packages/types/dist/types/discord.d.ts:1522
name
name:
string
Defined in: packages/types/dist/types/discord.d.ts:1526
Name of the sticker
pack_id?
optional
pack_id:string
Defined in: packages/types/dist/types/discord.d.ts:1524
Id of the pack the sticker is from
sort_value?
optional
sort_value:number
Defined in: packages/types/dist/types/discord.d.ts:1542
A sticker's sort order within a pack
tags
tags:
string
Defined in: packages/types/dist/types/discord.d.ts:1530
a unicode emoji representing the sticker's expression
type
type:
StickerTypes
Defined in: packages/types/dist/types/discord.d.ts:1532
user?
optional
user:DiscordUser
Defined in: packages/types/dist/types/discord.d.ts:1540
The user that uploaded the sticker