mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
feat(Telegram Node): Add Parse Mode to Send Document operation (#5554)
This commit is contained in:
parent
91bd0146f3
commit
f3c943ef81
|
@ -1579,6 +1579,7 @@ export class Telegram implements INodeType {
|
|||
'sendMessage',
|
||||
'sendPhoto',
|
||||
'sendVideo',
|
||||
'sendDocument',
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue