MessageReadReceiptResponse

public final class MessageReadReceiptResponse

Message read receipt response.

Received by the sender when recipients read the message.

Constructors

Properties

Link copied to clipboard

Channel identifier.

Link copied to clipboard
private final String messageId

Server-side unique message ID.

Link copied to clipboard
private final Integer readCount

Read count.

Link copied to clipboard
private final Integer totalCount

Total recipient count.

Link copied to clipboard
private final Integer unreadCount

Unread count.

Link copied to clipboard
private final List<ReadReceiptUser> users

List of users who have read the message.

Functions

Link copied to clipboard

Channel identifier.

Link copied to clipboard
public final String getMessageId()

Server-side unique message ID.

Link copied to clipboard
public final Integer getReadCount()

Read count.

Link copied to clipboard
public final Integer getTotalCount()

Total recipient count.

Link copied to clipboard
public final Integer getUnreadCount()

Unread count.

Link copied to clipboard
public final List<ReadReceiptUser> getUsers()

List of users who have read the message.