Class Sticker
Fluxer entity with client attached.
public class Sticker : Entity, ISticker, ISnowflake
- Inheritance
-
objectSticker
- Implements
- Derived
Properties
AllowCloning
Wether you can clone this emoji.
public bool AllowCloning { get; }
Property Value
CreatedAt
Object created at UTC date.
public DateTimeOffset CreatedAt { get; }
Property Value
Id
Unique identifier (snowflake) for the object.
public ulong Id { get; }
Property Value
IsAnimated
Whether this sticker is animated.
public bool IsAnimated { get; }
Property Value
Name
The name of the sticker.
public string Name { get; }
Property Value
Methods
Create(FluxerBaseClient, StickerJson)
Create a Sticker object from json.
public static Sticker Create(FluxerBaseClient client, StickerJson json)
Parameters
clientFluxerBaseClientjsonStickerJson