Name | Type | Description | Notes |
---|---|---|---|
date_time | \DateTime | The timestamp at which the chat message was sent. | [optional] |
files | \Zoom\Api\Model\ReportChatMessages200ResponseDeletedMessagesInnerFilesInner[] | Information about the chat files. | [optional] |
id | string | The chat message's ID. | [optional] |
message | string | The contents of the chat message. | [optional] |
receiver | string | The chat message's recipient. This field only returns if the chat session `type` value is `1:1`. | [optional] |
reply_main_message_id | string | The reply message's unique ID. The API only returns this value if the message is a reply message. | [optional] |
reply_main_message_timestamp | int | A timestamp of when the reply message was sent. The API only returns this value if the message is a reply message. | [optional] |
sender | string | The chat message's sender. | [optional] |
timestamp | int | The message's timestamp, in milliseconds. | [optional] |
bot_message | \Zoom\Api\Model\ReportChatMessages200ResponseMessagesInnerBotMessage | [optional] |