Get Chat Members
get_chat_membersRetrieve a list of participants in a group chat, including user IDs, names, and usernames. Use pagination to control the number of members returned.
Instructions
Get the list of participants in a group chat. Returns user_id, name, username for each member.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | The chat_id of the group chat | |
| count | No | Number of members to return (1-100, default: 50) | |
| marker | No | Pagination marker from previous response |