Reserved: restore a historical session
(sessionId: string)
| 149 | handleCommand(command: BotCommand, channelId: string): Promise<CommandResult>; |
| 150 | |
| 151 | /** Abort the current run for a channel */ |
| 152 | abort(channelId: string): void; |
| 153 | |
| 154 | /** Check if a channel is currently running */ |
nothing calls this directly
no outgoing calls
no test coverage detected