ReadReceiptUser

public final class ReadReceiptUser

Read receipt user information.

Contains the user ID and the time at which the user read the message.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
private final Boolean isMentioned

Whether this user was mentioned

Link copied to clipboard
private final Long timestamp

The time when this user read the message (Unix timestamp in milliseconds). 0 indicates no read receipt was sent.

Link copied to clipboard
private final String userId

user ID

Functions

Link copied to clipboard
public final Long getTimestamp()

The time when this user read the message (Unix timestamp in milliseconds). 0 indicates no read receipt was sent.

Link copied to clipboard
public final String getUserId()

user ID

Link copied to clipboard
public final Boolean isMentioned()

Whether this user was mentioned