Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.51 KB

ReportChatMessages200ResponseMessagesInner.md

File metadata and controls

18 lines (15 loc) · 1.51 KB

# ReportChatMessages200ResponseMessagesInner

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]
bot_message \Zoom\Api\Model\ReportChatMessages200ResponseMessagesInnerBotMessage [optional]

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