Wasm Directoryalpha
Record

get-chat-messages-response

No description available.

record get-chat-messages-response {
  date: option​<string>,
  messages: option​<list​<get-chat-messages-response-messages-item>>,
  next-page-token: option​<string>,
  page-size: option​<s32>,
}

Fields

NameTypeDescription
dateoption​<string>
messagesoption​<list​<get-chat-messages-response-messages-item>>
next-page-tokenoption​<string>
page-sizeoption​<s32>