Parses the supplied bot-callback content and returns a GroupMeMessageData object.
Namespace: CkSoftware.GroupMe.Sdk.BotAssembly: CkSoftware.GroupMe.Sdk.Bot (in CkSoftware.GroupMe.Sdk.Bot.dll) Version: 1.0.1.35397 (1.0.1.0)
Syntax
Parameters
- callbackContent
- Type: System String
The string content which was sent by the GroupMe callback call.
Return Value
Type: GroupMeMessageDataThe constructed GroupMeMessageData callback data.
Exceptions
Exception | Condition |
---|---|
InvalidDataException | Occurs if the callbackContent is null or empty. |
See Also