Interface ISticker
Represents a discord sticker.
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public interface ISticker : IStickerItem
Properties
| Improve this Doc View SourceDescription
Gets the description of this sticker.
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
String | A langword_csharp_string with the description of this sticker. |
Format
Gets the format type of this sticker.
Declaration
StickerFormatType Format { get; }
Property Value
Type | Description |
---|---|
StickerFormatType | A StickerFormatType with the format type of this sticker. |
Id
Gets the ID of this sticker.
Declaration
ulong Id { get; }
Property Value
Type | Description |
---|---|
UInt64 | A snowflake ID associated with this sticker. |
IsAvailable
Gets whether this guild sticker can be used, may be false due to loss of Server Boosts.
Declaration
bool? IsAvailable { get; }
Property Value
Type | Description |
---|---|
Nullable<Boolean> |
Name
Gets the name of this sticker.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
String | A langword_csharp_string with the name of this sticker. |
PackId
Gets the ID of the pack of this sticker.
Declaration
ulong PackId { get; }
Property Value
Type | Description |
---|---|
UInt64 | A snowflake ID associated with the pack of this sticker. |
SortOrder
Gets the standard sticker's sort order within its pack.
Declaration
int? SortOrder { get; }
Property Value
Type | Description |
---|---|
Nullable<Int32> |
Tags
Gets the list of tags of this sticker.
Declaration
IReadOnlyCollection<string> Tags { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<String> | A read-only list with the tags of this sticker. |
Type
Gets the type of this sticker.
Declaration
StickerType Type { get; }
Property Value
Type | Description |
---|---|
StickerType |
Methods
| Improve this Doc View SourceGetStickerUrl()
Gets the image url for this sticker.
Declaration
string GetStickerUrl()
Returns
Type | Description |
---|---|
String |