feat(Telegram Node): Add Parse Mode to Send Document operation (#5554)

This commit is contained in:
Jon 2023-03-01 14:47:09 +00:00 committed by GitHub
parent 91bd0146f3
commit f3c943ef81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1579,6 +1579,7 @@ export class Telegram implements INodeType {
'sendMessage', 'sendMessage',
'sendPhoto', 'sendPhoto',
'sendVideo', 'sendVideo',
'sendDocument',
], ],
}, },
}, },