adds option to UI

This commit is contained in:
Ria 2025-03-05 07:49:19 +01:00
parent 4f6d76cd25
commit f1f6b36e7d

View file

@ -1768,7 +1768,18 @@ export class Telegram implements INodeType {
},
],
'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,
defaultApproveLabel: '✅ Approve',