GroupMeBot Constructor (IWebApiAccess, BotData)CkSoftware GroupMe SDK - Documentation
Instantiate a new GroupMeBot class with the given 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(
	IWebApiAccess webApiAccess,
	BotData botData
)
Exceptions

ExceptionCondition
ArgumentNullExceptionOccurs if either the webApiAccess or the botData is null.
See Also