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

NameTypeDescription
tokenoption​<string>
channeloption​<string>
ts-fromoption​<f64>
ts-tooption​<f64>
limitoption​<s32>
cursoroption​<string>