get_telegram_channel_info
Retrieve title, username, description, participant count, and link for any Telegram channel using its @username, chat ID, or invite link.
Instructions
Получить информацию о Telegram канале.
Использует Telethon (MTProto). Требуется TELEGRAM_API_ID и TELEGRAM_API_HASH.
Args: channel: @username, chat_id или invite link
Returns: dict: {title, username, about, participants_count, link, error}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes |