mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
test(Telegram Node): Add some tests for Telegram (no-changelog) (#11043)
This commit is contained in:
@@ -276,7 +276,7 @@ export class TelegramTrigger implements INodeType {
|
||||
) as IDataObject;
|
||||
|
||||
// When the image is sent from the desktop app telegram does not resize the image
|
||||
// So return the only image avaiable
|
||||
// So return the only image available
|
||||
// Basically the Image Size parameter would work just when the images comes from the mobile app
|
||||
if (image === undefined) {
|
||||
image = bodyData[key]!.photo![0];
|
||||
|
||||
Reference in New Issue
Block a user