list_members
Retrieve the list of members in a specific group chat. Supports pagination and requires the chat ID.
Instructions
[Official API] List all members in a group chat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | Chat ID (oc_xxx) | |
| page_size | No | Items per page (default 50) | |
| page_token | No | Pagination token |