Starts the bot using the currently assigned bot-data asynchronous.
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
Return Value
Type: Task GroupMeBotThe started bot management class inside a awaitable task.
Exceptions
Exception | Condition |
---|---|
NotSupportedException | Occurs if the bot is already started. |
See Also