Table of Contents

Class DiscordMessageSticker

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Represents a Discord Sticker.

public class DiscordMessageSticker : SnowflakeObject
Inheritance
DiscordMessageSticker
Inherited Members

Properties

Asset

Gets the asset hash of the sticker.

Available

Gets whether this sticker is available. Only applicable to guild stickers.

BannerUrl
Description

Gets the Description of the sticker.

FormatType

Gets the Format type of the sticker.

Guild

Gets the guild associated with this sticker, if any.

GuildId

Gets the Id of the sticker this guild belongs to, if any.

Name

Gets the Name of the sticker.

PackId

Gets the Pack ID of this sticker.

PreviewAsset

Gets the preview asset hash of the sticker.

SortValue

Gets the sticker's sort order, if it's in a pack.

StickerUrl
Tags

Gets the list of tags for the sticker.

Type

Gets the type of sticker.

User

For guild stickers, gets the user that made the sticker.

Methods

Equals(DiscordMessageSticker?)

Indicates whether the current object is equal to another object of the same type.

Equals(object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

ToString()

Returns a string that represents the current object.