Receipt

class Receipt

The receipt for the message delivered to the recipient.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time when the message was delivered to the recipient.

Link copied to clipboard

The time when the message was read by the recipient.

Link copied to clipboard

The identifier of the recipient of the message.

Functions

Link copied to clipboard
inline fun copy(block: Receipt.Builder.() -> Unit = {}): Receipt
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String