aboutsummaryrefslogtreecommitdiff
path: root/docs/10_Bridge_Specific/Telegram.md
blob: 528de788dc6f2cb15e3857bac6bfa8ad002f9cc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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
```