telegram_get_chat_members_count
Retrieve the total member or subscriber count for any Telegram chat, group, or channel to monitor audience size and engagement.
Instructions
채팅/그룹/채널의 총 멤버(구독자) 수를 조회합니다.
Args: params (GetChatInput): - chat_id (int): 조회할 채팅 ID
Returns: str: 멤버 수 또는 에러
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |