Class Emoji
Emoji information
Inheritance
object
Emoji
Namespace: Textify.Data.Unicode
Assembly: Textify.Data.dll
Syntax
public class Emoji
Properties
| Edit this page View SourceEnum
Emoji name enumeration
Declaration
public EmojiEnum Enum { get; }
Property Value
Type | Description |
---|---|
EmojiEnum |
Name
Emoji name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |
Sequence
A sequence of characters that represent an emoji
Declaration
public string Sequence { get; }
Property Value
Type | Description |
---|---|
string |
Status
Emoji status
Declaration
public EmojiStatus Status { get; }
Property Value
Type | Description |
---|---|
EmojiStatus |