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.BotAssembly: CkSoftware.GroupMe.Sdk.Bot (in CkSoftware.GroupMe.Sdk.Bot.dll) Version: 1.0.1.35397 (1.0.1.0)
Syntax
Parameters
- message
- Type: System String
The message text to send.
Return Value
Type: GroupMeBotSendMessageThe correctly contructed GroupMeBotSendMessage object.
See Also