From 2a833d3908837f566462adacddbf144de1cfe576 Mon Sep 17 00:00:00 2001 From: MythEclipse Date: Sat, 30 May 2026 00:15:35 +0700 Subject: [PATCH] feat: include bot token in file info response for Telegram API --- test/telegram.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/telegram.test.ts b/test/telegram.test.ts index 6690c60..95d3961 100644 --- a/test/telegram.test.ts +++ b/test/telegram.test.ts @@ -183,6 +183,7 @@ describe('Telegram API Utilities', () => { file_size: 98765, mime_type: 'image/jpeg', file_path: 'photos/file_0.jpg', + bot_token: config.botToken, }); }); });