Table of Contents

Interface IEmoji

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll
public interface IEmoji : ISnowflake
Inherited Members

Properties

AllowCloning

Wether you can clone this emoji.

bool AllowCloning { get; }

Property Value

bool

IsAnimated

Whether this emoji is animated.

bool IsAnimated { get; }

Property Value

bool

Name

The name of the emoji

string Name { get; }

Property Value

string