MessageStatusPerRecipient Model
Message status (read/delivered recipts) per user. Used in group conversations where each user has a different status on each message.
Exactly one of the distributionList
or user
properties will be set, depending on whether the status is for a Distribution List or a User.
Properties
Property | Type | Description |
---|---|---|
distributionListId | string | ID of distributionList |
distributionList | ?DistributionList | A distribution list which is responsible for the status |
id | string | ID |
messageId | string | ID of message |
message | Message | Message containing the status |
recipientStatus | string | NEW , DELIVERED , READ |
userId | string | ID of user |
user | ?User | A user which is responsible for the status |