Record
replies-params
No description available.
record replies-params {
token: option<string>,
channel: option<string>,
ts: option<f64>,
latest: option<f64>,
oldest: option<f64>,
inclusive: option<bool>,
limit: option<s32>,
cursor: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| token | option<string> | |
| channel | option<string> | |
| ts | option<f64> | |
| latest | option<f64> | |
| oldest | option<f64> | |
| inclusive | option<bool> | |
| limit | option<s32> | |
| cursor | option<string> |