A list of Conversation Part objects for each part message in the conversation. This is only returned when Retrieving a Conversation, and ignored when Listing all Conversations. There is a limit of 500 parts.
A list of Conversation Part objects for each part message in the conversation. This is only returned when Retrieving a Conversation, and ignored when Listing all Conversations. There is a limit of 500 parts.
Always conversation_part
The message body, which may contain HTML. For Twitter, this will show a generic message regarding why the body is obscured.
The time the conversation part was created.
The last time the conversation part was updated.
The time the user was notified with the conversation part.
The object who initiated the conversation, which can be a Contact, Admin or Team. Bots and campaigns send messages on behalf of Admins or Teams. For Twitter, this will be blank.
A list of attachments for the part.
The external id of the conversation part
{ "type": "conversation_part.list", "conversation_parts": [ { … } ], "total_count": 2 }