feat: include bot token in file info response for Telegram API
This commit is contained in:
@@ -183,6 +183,7 @@ describe('Telegram API Utilities', () => {
|
|||||||
file_size: 98765,
|
file_size: 98765,
|
||||||
mime_type: 'image/jpeg',
|
mime_type: 'image/jpeg',
|
||||||
file_path: 'photos/file_0.jpg',
|
file_path: 'photos/file_0.jpg',
|
||||||
|
bot_token: config.botToken,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user