ReadReceiptInfo

public final class ReadReceiptInfo

Read receipt info for a message.

Contains the channel info, message ID, and read/unread statistics.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
private final String channelId

Channel ID.

Link copied to clipboard
private final ChannelType channelType

Channel type.

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.

Functions

Link copied to clipboard
public final String getChannelId()

Channel ID.

Link copied to clipboard
public final ChannelType getChannelType()

Channel type.

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.