mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 03:34:33 +00:00
fix: render Telegram media captions
This commit is contained in:
@@ -94,6 +94,7 @@ describe("buildInlineKeyboard", () => {
|
||||
|
||||
expect(sendPhoto).toHaveBeenCalledWith(chatId, expect.anything(), {
|
||||
caption: "photo in topic",
|
||||
parse_mode: "HTML",
|
||||
message_thread_id: 99,
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user