mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-04 03:58:30 +00:00
48cb7d71ed
* feat(telegram): add pagination fetching of messages * docs
12 lines
234 B
Markdown
12 lines
234 B
Markdown
# 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
|
|
```
|