Class DiscordMessageStickerItemData
Represents a discord Sticker Item Structure API model. Docs: https://discord.com/developers/docs/resources/sticker#sticker-item-object-sticker-item-structure
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Color_Chan.Discord.Core.Common.API.DataModels.Message
Assembly: Color-Chan.Discord.Core.dll
Syntax
public class DiscordMessageStickerItemData : IEquatable<DiscordMessageStickerItemData>
Properties
| Improve this Doc View SourceFormatType
Type of sticker format.
Declaration
[JsonPropertyName("format_type")]
public ulong FormatType { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
Id
The id of the sticker.
Declaration
[JsonPropertyName("id")]
public ulong Id { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
Name
Name of the sticker.
Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String |