Instantiates a new GroupMeBot class with the given bot-name and group id. The bot is NOT started
already, he must be started manually by using the StartBot() or StartBotAsync() 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
- name
- Type: System String
The name of the new Bot.
- groupId
- Type: System String
The group id where the bot should live in.
Return Value
Type: GroupMeBotThe constructed GroupMeBot class.
See Also