mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
adds option to UI
This commit is contained in:
parent
4f6d76cd25
commit
f1f6b36e7d
|
@ -1768,7 +1768,18 @@ export class Telegram implements INodeType {
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
'message',
|
'message',
|
||||||
undefined,
|
[
|
||||||
|
{
|
||||||
|
...appendAttributionOption,
|
||||||
|
description:
|
||||||
|
'Whether to include the phrase "This message was sent automatically with n8n" to the end of the message',
|
||||||
|
displayOptions: {
|
||||||
|
show: {
|
||||||
|
'/operation': [SEND_AND_WAIT_OPERATION],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
{
|
{
|
||||||
noButtonStyle: true,
|
noButtonStyle: true,
|
||||||
defaultApproveLabel: '✅ Approve',
|
defaultApproveLabel: '✅ Approve',
|
||||||
|
|
Loading…
Reference in a new issue