GroupMeEmojiMessageParser ClassCkSoftware GroupMe SDK - Documentation
Provides static methods to parse a message containing emoji definitions
Inheritance Hierarchy

System Object
  CkSoftware.GroupMe.Sdk.Helpers.Emoji GroupMeEmojiMessageParser

Namespace: CkSoftware.GroupMe.Sdk.Helpers.Emoji
Assembly: CkSoftware.GroupMe.Sdk.Helpers (in CkSoftware.GroupMe.Sdk.Helpers.dll) Version: 1.0.1.35398 (1.0.1.0)
Syntax

public static class GroupMeEmojiMessageParser

The GroupMeEmojiMessageParser type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCreateMessageWithEmojiImages
Creates a new message and fills up the emoji attachment automatically.
Public methodStatic memberParseMessage
Parses the given message using the given emojiSearchRegexString and returns the correct replaced message and as out parameter the GroupMeEmojiAttachment to attach to the message create method.
Top
Fields

  NameDescription
Public fieldStatic memberMessageReplaceCharacter
The character which is used to replace the messages.
Top
See Also