(chatId: string, text: string, options?: BotSendOptions)
| 86 | |
| 87 | export interface SendCapable { |
| 88 | sendMessage(chatId: string, text: string, options?: BotSendOptions): Promise<string | null>; |
| 89 | startReplyStream?(chatId: string, options: BotReplyStreamOptions): BotReplyStream | null; |
| 90 | /** |
| 91 | * PR-BOT-TYPING-INDICATOR-0 (external bot research): post a one-shot |
no outgoing calls