GroupMeBot SendMessage Method CkSoftware GroupMe SDK - Documentation
Creates a new GroupMeBotSendMessage, ready to be sent on behalf of this bot. To send the message, call the Submit() or SubmitAsync() method.

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 GroupMeBotSendMessage SendMessage(
	string message
)

Return Value

Type: GroupMeBotSendMessage
The correctly contructed GroupMeBotSendMessage object.
See Also