Best-effort: show a "typing…" indicator.
(chatId: string)
| 72 | ackCallback?(callbackId: string): Promise<void>; |
| 73 | /** Best-effort: show a "typing…" indicator. */ |
| 74 | typing?(chatId: string): Promise<void>; |
| 75 | /** Best-effort: register the command menu so the client shows a native `/` picker |
| 76 | * (Telegram setMyCommands). The gateway calls this once on start with the full registry. */ |
| 77 | setCommands?(commands: { command: string; description: string }[]): Promise<void>; |
no outgoing calls
no test coverage detected