telegram_get_chat_info
Retrieve detailed information about any Telegram group, channel, or user by providing its chat ID or @username, including name, type, description, and member count.
Instructions
Get information about a chat (group, channel, or user).
Returns name, type, description, member count, and more.
Args: params (GetChatInput): chat_id or @username.
Returns: str: JSON with Chat object details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |