Add File->Get to Telegram Node (#1242)

* Add option `Include Download Link`

*  Add File->Get to Telegram Node

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
This commit is contained in:
Ricardo Espinoza
2020-12-29 07:28:50 -05:00
committed by GitHub
parent bfd967258c
commit baa1ee1ad2
3 changed files with 113 additions and 5 deletions

View File

@@ -122,7 +122,7 @@ export class TelegramTrigger implements INodeType {
name: 'download',
type: 'boolean',
default: false,
description: `Telegram develiers the image in 3 sizes.<br>
description: `Telegram delivers the image in 3 sizes.<br>
By default, just the larger image would be downloaded.<br>
if you want to change the size set the field 'Image Size'`,
},
@@ -225,7 +225,6 @@ export class TelegramTrigger implements INodeType {
if (additionalFields.imageSize) {
imageSize = additionalFields.imageSize as string;
}
let fileId;