• Home
  • API Documentation

Class EmojiAttachment

Represents an attachment to a GroupMe Message containing an Emoji.

Inheritance
Object
Attachment
EmojiAttachment
Namespace: GroupMeClientApi.Models.Attachments
Assembly: GroupMeClientApi.dll
Syntax
public class EmojiAttachment : Attachment

Properties

| Improve this Doc View Source

Charmap

Gets the Charmap describing the emoji.

Declaration
public IList<IList<int>> Charmap { get; }
Property Value
Type Description
IList<IList<Int32>>
| Improve this Doc View Source

Placeholder

Gets the placeholder character being substituted in the Text for the emoji.

Declaration
public string Placeholder { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Type

Gets the attachment type.

Declaration
public override string Type { get; }
Property Value
Type Description
String
Overrides
Attachment.Type
  • Edit on GitHub
  • View on GitHub
Back to top Generated by DocFX