Class EmojiAttachment
Represents an attachment to a GroupMe Message containing an Emoji.
Namespace: GroupMeClientApi.Models.Attachments
Assembly: GroupMeClientApi.dll
Syntax
public class EmojiAttachment : Attachment
Properties
| Improve this Doc View SourceCharmap
Gets the Charmap describing the emoji.
Declaration
public IList<IList<int>> Charmap { get; }
Property Value
| Type | Description |
|---|---|
| IList<IList<Int32>> |
Placeholder
Gets the placeholder character being substituted in the Text for the emoji.
Declaration
public string Placeholder { get; }
Property Value
| Type | Description |
|---|---|
| String |
Type
Gets the attachment type.
Declaration
public override string Type { get; }
Property Value
| Type | Description |
|---|---|
| String |