This endpoint iterates over all dialogs for the authenticated Telegram account and returns every entry that is a channel. Each item in the response is a full channel object derived from Telethon’sDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/OPENNOVA2026/telegram-connector/llms.txt
Use this file to discover all available pages before exploring further.
Channel constructor.
Endpoint
Authentication
Requires an active Telethon session on the server. WhenAPI_ID is set to 0 in the server configuration, the endpoint automatically falls back to FakeClient and returns synthetic data instead of making real Telegram API calls.
Request
No query parameters or request body.Response
Array of channel objects representing all channels found in the authenticated account’s dialogs.
Status Codes
| Status | Description |
|---|---|
200 OK | List of channels returned successfully. |
Example
When
API_ID is 0, this endpoint returns synthetic data from FakeClient — 10 fake channels
named “Channel 1” through “Channel 10” — without making any real Telegram API calls.
Set a valid API_ID in your environment to retrieve live data.