Table of Contents

Class StickerItem

Namespace
Discord.Rest
Assembly
Discord.Net.Rest.dll

Represents a partial sticker received in a message.

public class StickerItem : RestEntity<ulong>, IEntity<ulong>, IStickerItem
Inheritance
StickerItem
Implements
Inherited Members

Properties

Format

The format of the sticker.

public StickerFormatType Format { get; }

Property Value

StickerFormatType

Name

The name of the sticker.

public string Name { get; }

Property Value

string

Methods

ResolveStickerAsync()

Resolves this sticker item by fetching the Sticker from the API.

public Task<Sticker> ResolveStickerAsync()

Returns

Task<Sticker>

A task representing the download operation, the result of the task is a sticker object.