List a user's group channels
sendbird_list_group_channels_by_userList the group channels a given user belongs to. Platform API: GET /users/{user_id}/my_group_channels. Returns { channels[], next }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size, 1-100. Default 10. | |
| order | No | Sort order. Default chronological. | |
| token | No | Pagination token from a previous response's `next`. | |
| user_id | Yes | Target user id (percent-encoded automatically). | |
| hidden_mode | No | Filter by hidden state (e.g. unhidden_only, hidden_only, all). | |
| public_mode | No | Filter by public/private. Default all. | |
| show_member | No | Include the member list in each channel. | |
| custom_types | No | Comma-separated channel custom types to filter on. | |
| distinct_mode | No | Filter by distinct flag. Default all. |