Add user and chat ID restrictions to Telegram trigger (#3140)

This commit is contained in:
Justin Ellingwood 2025-05-08 11:41:08 +01:00 committed by GitHub
parent 6bda43836c
commit 740b7cfebf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,6 +47,13 @@ For usage examples and templates to help you get started, refer to n8n's [Telegr
Some **events may require additional permissions**, see [Telegram's API documentation](https://core.telegram.org/bots/api#getting-updates) for more information.
## Options
- **Download Images/Files**: Whether to download attached images or files to include in the output data.
- **Image Size**: When you enable **Download Images/Files**, this configures the size of image to download. Downloads large images by default.
- **Restrict to Chat IDs**: Only trigger for events with the listed chat IDs. You can include multiple chat IDs separated by commas.
- **Restrict to User IDs**: Only trigger for events with the listed user IDs. You can include multiple user IDs separated by commas.
## Related resources
n8n provides an app node for Telegram. You can find the node docs [here](/integrations/builtin/credentials/telegram.md).