Get Telegram Chat Info
telegram_get_chatLook up Telegram chat details: title, type, description, and invite link. Provide a numeric chat ID or @channel_username.
Instructions
Look up details about a chat: title/name, type (private/group/supergroup/channel), description, and invite link if available.
Args:
chat_id (string | number): Numeric chat ID or '@channel_username'
Returns: JSON with id, type, title/name, description.
Error Handling:
"chat not found" -> the bot has never interacted with this chat. For private chats, the user must message the bot first; for groups/channels, the bot must be a member.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | Numeric chat ID or '@channel_username' to look up |