GroupMeBot Constructor (IWebApiAccess, String, String)CkSoftware GroupMe SDK - Documentation
Instantiates a new GroupMeBot class and creates a new bot with the given 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,
	string name,
	string groupId
)
Exceptions

ExceptionCondition
ArgumentNullExceptionOccurs if the webApiAccess is null.
See Also