Interface IEmoji
public interface IEmoji : ISnowflake
- Inherited Members
Properties
AllowCloning
Wether you can clone this emoji.
bool AllowCloning { get; }
Property Value
IsAnimated
Whether this emoji is animated.
bool IsAnimated { get; }
Property Value
Name
The name of the emoji
string Name { get; }