Class StickerItem
Represents a partial sticker received in a message.
Inherited Members
Namespace: Discord.Rest
Assembly: Discord.Net.Rest.dll
Syntax
public class StickerItem : RestEntity<ulong>, IEntity<ulong>, IStickerItem
Properties
| Improve this Doc View SourceFormat
The format of the sticker.
Declaration
public StickerFormatType Format { get; }
Property Value
Type | Description |
---|---|
StickerFormatType |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String |
Methods
| Improve this Doc View SourceResolveStickerAsync()
Resolves this sticker item by fetching the Sticker from the API.
Declaration
public async Task<Sticker> ResolveStickerAsync()
Returns
Type | Description |
---|---|
Task<Sticker> | A task representing the download operation, the result of the task is a sticker object. |