Interface IStickerItem
Represents a partial sticker item received with a message.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public interface IStickerItem
Properties​
Id​
The id of the sticker.
View Source​
Declaration
ulong Id { get; }
Name​
The name of the sticker.
View Source​
Declaration
string Name { get; }
Format​
The format of the sticker.
View Source​
Declaration
StickerFormatType Format { get; }