DiscordSticker
Documentation / @discordeno/bot / DiscordSticker
Interface: DiscordSticker
Defined in: packages/types/dist/types/discord/sticker.d.ts:4
https://discord.com/developers/docs/resources/sticker#sticker-object-sticker-structure
Properties
available?
optional
available:boolean
Defined in: packages/types/dist/types/discord/sticker.d.ts:20
Whether or not the sticker is available
description
description:
string
Defined in: packages/types/dist/types/discord/sticker.d.ts:12
Description of the sticker
format_type
format_type:
StickerFormatTypes
Defined in: packages/types/dist/types/discord/sticker.d.ts:18
guild_id?
optional
guild_id:string
Defined in: packages/types/dist/types/discord/sticker.d.ts:22
Id of the guild that owns this sticker
id
id:
string
Defined in: packages/types/dist/types/discord/sticker.d.ts:6
name
name:
string
Defined in: packages/types/dist/types/discord/sticker.d.ts:10
Name of the sticker
pack_id?
optional
pack_id:string
Defined in: packages/types/dist/types/discord/sticker.d.ts:8
Id of the pack the sticker is from
sort_value?
optional
sort_value:number
Defined in: packages/types/dist/types/discord/sticker.d.ts:26
A sticker's sort order within a pack
tags
tags:
string
Defined in: packages/types/dist/types/discord/sticker.d.ts:14
a unicode emoji representing the sticker's expression
type
type:
StickerTypes
Defined in: packages/types/dist/types/discord/sticker.d.ts:16
user?
optional
user:DiscordUser
Defined in: packages/types/dist/types/discord/sticker.d.ts:24
The user that uploaded the sticker