Wasm Directoryalpha
Record

get-chat-messages-params

No description available.

record get-chat-messages-params {
  user-id: string,
  to-contact: option​<string>,
  to-channel: option​<string>,
  date: option​<string>,
  page-size: option​<s32>,
  next-page-token: option​<string>,
  include-deleted-and-edited-message: option​<string>,
}

Fields

NameTypeDescription
user-idstring
to-contactoption​<string>
to-channeloption​<string>
dateoption​<string>
page-sizeoption​<s32>
next-page-tokenoption​<string>
include-deleted-and-edited-messageoption​<string>