test(Telegram Node): Add some tests for Telegram (no-changelog) (#11043)

This commit is contained in:
Jon
2024-12-02 19:02:08 +00:00
committed by GitHub
parent 0a8a57e4ec
commit 7ad4badd2d
7 changed files with 2156 additions and 1 deletions

View File

@@ -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];