DiscordSticker
Documentation / @discordeno/types / DiscordSticker
Interface: DiscordSticker
Defined in: discord/sticker.ts:6
https://docs.discord.com/developers/resources/sticker#sticker-object-sticker-structure
Properties
available?
optionalavailable?:boolean
Defined in: discord/sticker.ts:27
Whether or not the sticker is available
description
description:
string|null
Defined in: discord/sticker.ts:14
Description of the sticker
format_type
format_type:
StickerFormatTypes
Defined in: discord/sticker.ts:25
guild_id?
optionalguild_id?:string
Defined in: discord/sticker.ts:29
Id of the guild that owns this sticker
id
id:
string
Defined in: discord/sticker.ts:8
name
name:
string
Defined in: discord/sticker.ts:12
Name of the sticker
pack_id?
optionalpack_id?:string
Defined in: discord/sticker.ts:10
Id of the pack the sticker is from
sort_value?
optionalsort_value?:number
Defined in: discord/sticker.ts:33
A sticker's sort order within a pack
tags
tags:
string
Defined in: discord/sticker.ts:21
Autocomplete/suggestion tags for the sticker
Remarks
Max 200 characters A comma separated list of keywords is the format used in this field by standard stickers, but this is just a convention. Incidentally the client will always use a name generated from an emoji as the value of this field when creating or modifying a guild sticker.
type
type:
StickerTypes
Defined in: discord/sticker.ts:23
user?
optionaluser?:DiscordUser
Defined in: discord/sticker.ts:31
The user that uploaded the sticker