Record

history-params

No description available.

record history-params {
  token: option​<string>,
  channel: option​<string>,
  latest: option​<f64>,
  oldest: option​<f64>,
  inclusive: option​<bool>,
  limit: option​<s32>,
  cursor: option​<string>,
}

Fields

NameTypeDescription
tokenoption​<string>
channeloption​<string>
latestoption​<f64>
oldestoption​<f64>
inclusiveoption​<bool>
limitoption​<s32>
cursoroption​<string>