mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-06 16:46:30 +02:00
feat(telegram): add pagination fetching of messages (#4394)
* feat(telegram): add pagination fetching of messages * docs
This commit is contained in:
12
docs/10_Bridge_Specific/Telegram.md
Normal file
12
docs/10_Bridge_Specific/Telegram.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# TelegramBridge
|
||||
|
||||
By default, it fetches a single page with up to 20 messages.
|
||||
|
||||
To increase this limit, tweak the `max_pages` config:
|
||||
|
||||
```ini
|
||||
[TelegramBridge]
|
||||
|
||||
; Fetch a maximum of 3 pages (requires 3 http requests)
|
||||
max_pages = 3
|
||||
```
|
Reference in New Issue
Block a user