DestroyBotCommand Constructor CkSoftware GroupMe SDK - Documentation
Instantiates a new DestroyBot command.

Namespace: CkSoftware.GroupMe.Sdk.Bot.Commands
Assembly: CkSoftware.GroupMe.Sdk.Bot (in CkSoftware.GroupMe.Sdk.Bot.dll) Version: 1.0.1.35397 (1.0.1.0)
Syntax

public DestroyBotCommand(
	string botId
)

Parameters

botId
Type: System String
The id of the bot which should be destroyed.
See Also