Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.44 KB

ReportChatMessages200Response.md

File metadata and controls

15 lines (12 loc) · 1.44 KB

# ReportChatMessages200Response

Properties

Name Type Description Notes
deleted_messages \Zoom\Api\Model\ReportChatMessages200ResponseDeletedMessagesInner[] An array containing deleted chat messages information. [optional]
edited_messages \Zoom\Api\Model\ReportChatMessages200ResponseEditedMessagesInner[] An array containing edited chat message information. [optional]
from \DateTime The query's start date. [optional]
messages \Zoom\Api\Model\ReportChatMessages200ResponseMessagesInner[] An array containing chat message information. Note: The `page_size` parameter only works for messages. [optional]
next_page_token string The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of the available result list exceeds the page size. The expiration period is 15 minutes. [optional]
page_size int The amount of records returned within a single API call. [optional] [default to 30]
to \DateTime The query's end date. [optional]

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