Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.17 KB

Participant.md

File metadata and controls

17 lines (10 loc) · 1.17 KB

Participant

Properties

Name Type Description Notes
id String The unique ID of the participant. [optional]
userId String The id of the associated user. [optional]
unreadCount Integer Number of messages the user has not yet read. [optional]
clientAssociations List<ClientAssociation> Represents the clients that are active in the conversation for a particular user. A participant can have multiple clientAssociations in the case of channel transfer, business initiated conversations, or identified users. The order of the array indicates how recently a client has interacted with the conversation, with the most recent client first. The first item in the array is considered to be the user's primary client for that conversation, and will be selected first for message delivery. [optional]
userExternalId String The externalId of the associated user. [optional]
lastRead String A datetime string with the format YYYY-MM-DDThh:mm:ss.SSSZ representing the latest message the user has read. [optional]