Record
assign-params
No description available.
record assign-params {
token: string,
channel-ids: option<string>,
is-restricted: option<bool>,
is-ultra-restricted: option<bool>,
team-id: string,
user-id: string,
}Fields
| Name | Type | Description |
|---|---|---|
| token | string | |
| channel-ids | option<string> | |
| is-restricted | option<bool> | |
| is-ultra-restricted | option<bool> | |
| team-id | string | |
| user-id | string |