Interface IStickerItem
Represents a partial sticker item received with a message.
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public interface IStickerItem
Properties
| Improve this Doc View SourceFormat
The format of the sticker.
Declaration
StickerFormatType Format { get; }
Property Value
Type | Description |
---|---|
StickerFormatType |
Id
The id of the sticker.
Declaration
ulong Id { get; }
Property Value
Type | Description |
---|---|
UInt64 |
Name
The name of the sticker.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
String |