List group channels
sendbird_list_group_channelsList group channels in the application, with rich filtering (name, members, distinct/public/super mode). Platform API: GET /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`. | |
| super_mode | No | Filter by Supergroup vs. group. Default all. | |
| public_mode | No | Filter by public/private. Default all. | |
| show_frozen | No | Include frozen channels. Default true. | |
| 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. | |
| name_contains | No | Substring match on channel name. | |
| members_include_in | No | Comma-separated user ids; returns channels including any of them. |