GroupMeBotFactory CreateBot Method CkSoftware GroupMe SDK - Documentation
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.Bot
Assembly: CkSoftware.GroupMe.Sdk.Bot (in CkSoftware.GroupMe.Sdk.Bot.dll) Version: 1.0.1.35397 (1.0.1.0)
Syntax

public GroupMeBot CreateBot(
	string name,
	string groupId
)

Return Value

Type: GroupMeBot
The constructed GroupMeBot class.
See Also