feat: include bot token in file info response for Telegram API

This commit is contained in:
MythEclipse
2026-05-30 00:15:35 +07:00
parent 3ca5ab7983
commit 2a833d3908
+1
View File
@@ -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,
});
});
});