Wasm Directoryalpha
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

NameTypeDescription
tokenoption​<string>
useroption​<string>
channeloption​<string>
ts-fromoption​<f64>
ts-tooption​<f64>
typesoption​<string>
countoption​<string>
pageoption​<string>
show-files-hidden-by-limitoption​<bool>