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
| Name | Type | Description |
|---|---|---|
| date | option<string> | |
| messages | option<list<get-chat-messages-response-messages-item>> | |
| next-page-token | option<string> | |
| page-size | option<s32> |