telegram_get_chat
Retrieve detailed information about Telegram chats, groups, or channels using their chat ID, including name, type, member count, and description.
Instructions
채팅 ID로 채팅/그룹/채널의 상세 정보를 조회합니다.
Args: params (GetChatInput): - chat_id (int): 조회할 채팅 ID
Returns: str: 채팅 이름, 타입, 멤버 수, 설명 등의 JSON 정보
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |