Wasm Directoryalpha
Record

user-call-logs-params

No description available.

record user-call-logs-params {
  user-id: string,
  page-size: option​<s32>,
  from-op: string,
  to: string,
  type-op: option​<user-call-logs-type-op-enum>,
  next-page-token: option​<string>,
  phone-number: option​<string>,
  time-type: option​<account-call-logs-time-type-enum>,
}

Fields

NameTypeDescription
user-idstring
page-sizeoption​<s32>
from-opstring
tostring
type-opoption​<user-call-logs-type-op-enum>
next-page-tokenoption​<string>
phone-numberoption​<string>
time-typeoption​<account-call-logs-time-type-enum>