list_user_chats
Retrieve a list of group chats the current user is a member of. Supports pagination for efficient access to group conversation data.
Instructions
[User UAT] List group chats the user is in. Note: only returns groups, not P2P. For P2P chats, use search_contacts → create_p2p_chat → read_p2p_messages. Requires OAuth setup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | Items per page (default 20) | |
| page_token | No | Pagination token |