Get a group channel
sendbird_get_group_channelFetch a single group channel by URL, optionally with members and receipts. Platform API: GET /group_channels/{channel_url}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_url | Yes | Group channel URL (percent-encoded automatically). | |
| show_member | No | Include the member list. | |
| show_read_receipt | No | Include per-member read receipts. | |
| show_delivery_receipt | No | Include per-member delivery receipts. |