Record
list-channel-members-params
No description available.
record list-channel-members-params {
channel-id: string,
page-size: option<s32>,
next-page-token: option<string>,
user-id: string,
}Fields
| Name | Type | Description |
|---|---|---|
| channel-id | string | |
| page-size | option<s32> | |
| next-page-token | option<string> | |
| user-id | string |