Record
search-params
No description available.
record search-params {
token: string,
team-ids: option<string>,
query: option<string>,
limit: option<s32>,
cursor: option<string>,
search-channel-types: option<string>,
sort: option<string>,
sort-dir: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| token | string | |
| team-ids | option<string> | |
| query | option<string> | |
| limit | option<s32> | |
| cursor | option<string> | |
| search-channel-types | option<string> | |
| sort | option<string> | |
| sort-dir | option<string> |