Retrieves messages and key change events for a specific Chat conversation with pagination support.
The access token received from the authorization server in the OAuth 2.0 flow.
The Chat conversation ID. Unique identifier of an Chat conversation. Format is either two user IDs separated by a hyphen (e.g., '1215441834412953600-1603419180975409153') for direct conversations, or 'g' followed by a numeric ID (e.g., 'g1234567890123456789') for group conversations.
"1215441834412953600-1603419180975409153"
Maximum number of message events to return.
1 <= x <= 100Token for pagination to retrieve the next page of results.
A comma separated list of ChatMessageEvent fields to display. The fields available for a ChatMessageEvent object.
1conversation_id, conversation_token, created_at_msec, encoded_event, id, is_trusted, message_event_signature, previous_id, sender_id [
"conversation_id",
"conversation_token",
"created_at_msec",
"encoded_event",
"id",
"is_trusted",
"message_event_signature",
"previous_id",
"sender_id"
]