GroupMeBot StartBot Method CkSoftware GroupMe SDK - Documentation
Starts the bot using the currently assigned bot-data.

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 GroupMeBot StartBot()

Return Value

Type: GroupMeBot
The started bot management class.
Exceptions

ExceptionCondition
NotSupportedExceptionOccurs if the bot is already started.
See Also