Record
list-op-params
No description available.
record list-op-params {
token: option<string>,
channel: option<string>,
ts-from: option<f64>,
ts-to: option<f64>,
limit: option<s32>,
cursor: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| token | option<string> | |
| channel | option<string> | |
| ts-from | option<f64> | |
| ts-to | option<f64> | |
| limit | option<s32> | |
| cursor | option<string> |