Class StickerItem
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
Name
The name of the sticker.
public string Name { get; }
Property Value
Methods
ResolveStickerAsync()
Resolves this sticker item by fetching the Sticker from the API.
public Task<Sticker> ResolveStickerAsync()