Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.35 KB

ReportChatMessages200ResponseDeletedMessagesInner.md

File metadata and controls

17 lines (14 loc) · 1.35 KB

# ReportChatMessages200ResponseDeletedMessagesInner

Properties

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]

[Back to Model list] [Back to API list] [Back to README]