Provides static methods to parse a message containing emoji definitions
Inheritance Hierarchy
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
The GroupMeEmojiMessageParser type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateMessageWithEmojiImages |
Creates a new message and fills up the emoji attachment automatically.
| |
ParseMessage |
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.
|
Fields
Name | Description | |
---|---|---|
MessageReplaceCharacter |
The character which is used to replace the messages.
|
See Also