DiscordSticker
The DiscordSticker
class represents a Discord sticker and provides a structure for sticker data.
Properties
id
DiscordSticker.id :: string
packId
DiscordSticker.packId :: string
name
DiscordSticker.name :: string
description
DiscordSticker.description :: string
tags
DiscordSticker.tags :: string
type
DiscordSticker.type :: number
formatType
DiscordSticker.formatType :: number
available
DiscordSticker.available :: boolean?
guildId
DiscordSticker.guildId :: string?
user
DiscordSticker.user :: Objects.DiscordUser?
sortValue
DiscordSticker.sortValue :: number?
type
DiscordSticker.type :: string
The type of the DiscordSticker. Default is “DiscordSticker”.
Methods
The DiscordSticker instance has no set methods!
Functions
new
DiscordSticker . new () -> ()
discordClient: any
emojiData: table
Creates a new DiscordSticker instance.