Class SocketSticker
Represents a general sticker received over the gateway.
Inheritance
SocketSticker
Assembly: Discord.Net.WebSocket.dll
Syntax
public class SocketSticker : SocketEntity<ulong>, IEntity<ulong>, ISticker, IStickerItem
Properties
|
Improve this Doc
View Source
Description
Declaration
public virtual string Description { get; }
Property Value
|
Improve this Doc
View Source
Gets the format type of this sticker.
Declaration
public StickerFormatType Format { get; protected set; }
Property Value
|
Improve this Doc
View Source
IsAvailable
Declaration
public virtual bool? IsAvailable { get; protected set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; protected set; }
Property Value
|
Improve this Doc
View Source
PackId
Declaration
public virtual ulong PackId { get; }
Property Value
|
Improve this Doc
View Source
SortOrder
Declaration
public virtual int? SortOrder { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public virtual IReadOnlyCollection<string> Tags { get; }
Property Value
Type |
Description |
IReadOnlyCollection<String> |
|
|
Improve this Doc
View Source
Type
Gets the type of this sticker.
Declaration
public virtual StickerType Type { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
|
Improve this Doc
View Source
GetStickerUrl()
Declaration
public string GetStickerUrl()
Returns
Implements