feat (TelegramTrigger Node): added notice explaining behavior when several attachments are uploaded

This commit is contained in:
Michael Kret 2022-09-02 13:38:24 +03:00 committed by GitHub
parent 3163742fd7
commit aec5c26564
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,6 +101,13 @@ export class TelegramTrigger implements INodeType {
default: [],
description: 'The update types to listen to',
},
{
displayName:
'Every uploaded attachment, even if sent in a group, will trigger a separate event. You can identify that an attachment belongs to a certain group by <code>media_group_id</code> .',
name: 'attachmentNotice',
type: 'notice',
default: '',
},
{
displayName: 'Additional Fields',
name: 'additionalFields',