mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 21:07:28 -08:00
feat (TelegramTrigger Node): added notice explaining behavior when several attachments are uploaded
This commit is contained in:
parent
3163742fd7
commit
aec5c26564
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue