GroupMeBotCallbackHandler Parse Method CkSoftware GroupMe SDK - Documentation
Parses the supplied bot-callback content and returns a GroupMeMessageData object.

Namespace: CkSoftware.GroupMe.Sdk.Bot
Assembly: CkSoftware.GroupMe.Sdk.Bot (in CkSoftware.GroupMe.Sdk.Bot.dll) Version: 1.0.1.35397 (1.0.1.0)
Syntax

public GroupMeMessageData Parse(
	string callbackContent
)

Parameters

callbackContent
Type: System String
The string content which was sent by the GroupMe callback call.

Return Value

Type: GroupMeMessageData
The constructed GroupMeMessageData callback data.
Exceptions

ExceptionCondition
InvalidDataExceptionOccurs if the callbackContent is null or empty.
See Also