Best-effort: acknowledge a button tap so the client stops its spinner.
(callbackId: string)
| 70 | |
| 71 | /** Best-effort: acknowledge a button tap so the client stops its spinner. */ |
| 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 |
no outgoing calls
no test coverage detected