Interface IStickerItem
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents a partial sticker item received with a message.
public interface IStickerItem
Properties
Format
The format of the sticker.
StickerFormatType Format { get; }
Property Value
Id
The id of the sticker.
ulong Id { get; }
Property Value
Name
The name of the sticker.
string Name { get; }