Class Emoji
Fluxer entity with client attached.
public class Emoji : Entity, IEmoji, ISnowflake
- Inheritance
-
objectEmoji
- 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 emoji is animated.
public bool IsAnimated { get; }
Property Value
Name
The name of the emoji
public string Name { get; }
Property Value
Methods
Create(FluxerBaseClient, EmojiJson)
Create a Emoji object from json.
public static Emoji Create(FluxerBaseClient client, EmojiJson json)
Parameters
clientFluxerBaseClientjsonEmojiJson