Wasm Directoryalpha
Record

messages-response

No description available.

record messages-response {
  from-op: option​<string>,
  session-id: option​<string>,
  to: option​<string>,
  next-page-token: option​<string>,
  page-size: option​<s32>,
  messages: option​<list​<messages-response-messages-item>>,
}

Fields

NameTypeDescription
from-opoption​<string>
session-idoption​<string>
tooption​<string>
next-page-tokenoption​<string>
page-sizeoption​<s32>
messagesoption​<list​<messages-response-messages-item>>