แชร์ผ่าน


ReadReceiptInfo Class

Definition

General information about a read receipt.

public class ReadReceiptInfo
type ReadReceiptInfo = class
Public Class ReadReceiptInfo
Inheritance
ReadReceiptInfo

Constructors

ReadReceiptInfo()

Initializes a new instance of the ReadReceiptInfo class.

ReadReceiptInfo(String)

Initializes a new instance of the ReadReceiptInfo class.

Properties

LastReadMessageId

Gets or sets the id of the last read message.

Methods

IsMessageRead(String, String)

Helper method useful for determining if a message has been read. This method converts the strings to longs. If the compareMessageId is less than or equal to the lastReadMessageId, then the message has been read.

IsMessageRead(String)

Helper method useful for determining if a message has been read. If the compareMessageId is less than or equal to the LastReadMessageId, then the message has been read.

Applies to