Interface IDiscordMessageStickerItem
Represents a discord Sticker Item Structure API model. Docs: https://discord.com/developers/docs/resources/sticker#sticker-item-object-sticker-item-structure
Namespace: Color_Chan.Discord.Core.Common.Models
Assembly: Color-Chan.Discord.Core.dll
Syntax
public interface IDiscordMessageStickerItem
Properties
| Improve this Doc View SourceFormatType
Type of sticker format.
Declaration
ulong FormatType { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
Id
The id of the sticker.
Declaration
ulong Id { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
Name
Name of the sticker.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
String |