mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
Add user and chat ID restrictions to Telegram trigger (#3140)
This commit is contained in:
parent
6bda43836c
commit
740b7cfebf
@ -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).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user