get_chat_members_count
Retrieve the total count of members in any Telegram chat using the chat ID. Essential for monitoring group growth or enforcing member limits.
Instructions
Get the number of members in a chat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| count | No |