rss-bridge/docs/10_Bridge_Specific/Telegram.md
Dag 48cb7d71ed
feat(telegram): add pagination fetching of messages (#4394)
* feat(telegram): add pagination fetching of messages

* docs
2025-01-04 19:00:26 +01:00

234 B

TelegramBridge

By default, it fetches a single page with up to 20 messages.

To increase this limit, tweak the max_pages config:

[TelegramBridge]

; Fetch a maximum of 3 pages (requires 3 http requests)
max_pages = 3