GroupMeBotFactory GetAllBots Method CkSoftware GroupMe SDK - Documentation
Reads all currently registered bots at GroupMe and returns them as GroupMeBot instances, ready to send messages.

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<IEnumerable<GroupMeBot>> GetAllBots()

Return Value

Type: Task IEnumerable GroupMeBot  
Awaitable Task resulting in a list of GroupMeBot instances.
See Also