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
| Name | Type | Description |
|---|---|---|
| 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> |