ReceiptMessage

data class ReceiptMessage(val type: ReceiptType)

Represents a receipt message. Through this type of message source can be notified if the message has been read (or not).

Constructors

Link copied to clipboard
constructor(type: ReceiptType)

Properties

Link copied to clipboard

Type of receipt.