Skip to main content

DiscordSticker

Documentation


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?

optional available?: 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

Type of sticker format


guild_id?

optional guild_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

Id of the sticker


name

name: string

Defined in: discord/sticker.ts:12

Name of the sticker


pack_id?

optional pack_id?: string

Defined in: discord/sticker.ts:10

Id of the pack the sticker is from


sort_value?

optional sort_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

type of sticker


user?

optional user?: DiscordUser

Defined in: discord/sticker.ts:31

The user that uploaded the sticker