GroupMeBot DestroyBotAsync Method CkSoftware GroupMe SDK - Documentation
Destroys the currently assigned bot asynchronous. The bot will no longer be available on GroupMe and needs to be recreated either using the GroupMe UI or using the StartBotAsync command.

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 Task DestroyBotAsync()

Return Value

Type: Task
The awaitable task.
See Also