Record
list-op-params
No description available.
record list-op-params {
token: option<string>,
user: option<string>,
channel: option<string>,
ts-from: option<f64>,
ts-to: option<f64>,
types: option<string>,
count: option<string>,
page: option<string>,
show-files-hidden-by-limit: option<bool>,
}Fields
| Name | Type | Description |
|---|---|---|
| token | option<string> | |
| user | option<string> | |
| channel | option<string> | |
| ts-from | option<f64> | |
| ts-to | option<f64> | |
| types | option<string> | |
| count | option<string> | |
| page | option<string> | |
| show-files-hidden-by-limit | option<bool> |