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

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