(chatId: string, ref: MessageRef, text: string, buttons?: Button[][])
| 63 | |
| 64 | send(chatId: string, text: string, buttons?: Button[][]): Promise<MessageRef>; |
| 65 | edit(chatId: string, ref: MessageRef, text: string, buttons?: Button[][]): Promise<void>; |
| 66 | |
| 67 | /** Best-effort: send an image (a preview screenshot) with an optional caption + buttons. Falls |
| 68 | * back to a text message with a link when the adapter or file is unavailable. */ |
no outgoing calls
no test coverage detected