Send a file to a specific channel/chat
(channelId: string, filePath: string, caption?: string)
| 249 | stop(): Promise<void>; |
| 250 | } |
| 251 | |
| 252 | // --------------------------------------------------------------------------- |
| 253 | // Message Sender (for adapters that support proactive message sending) |
| 254 | // --------------------------------------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected