Instantiate a new GroupMeBot class with the given bot-data.
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
- webApiAccess
- Type: CkSoftware.GroupMe.Sdk.Core IWebApiAccess
The IWebApiAccess to access the GroupMe API.
- botData
- Type: CkSoftware.GroupMe.Sdk.Bot.Dao BotData
The bot data to use for already created bots.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Occurs if either the webApiAccess or the botData is null. |
See Also