MessageMetadata

interface MessageMetadata

Otherwise uncategorizable properties of a message.

Properties

Link copied to clipboard
abstract val readAt: Instant?

The date at which the message was read. Defaults to null if the message is freshly sent or delivered.

Link copied to clipboard
abstract val seenAt: Instant?

The date at which the message was seen (delivered) on backend. Default to null if the message is freshly sent by the SDK, always non-null if the message is delivered.

Link copied to clipboard
abstract val seenByCustomerAt: Instant?

The date at which the message was seen by the customer (client). Defaults to null if the message was not yet seen by the customer.

Link copied to clipboard
abstract val status: MessageStatus

Inferred status of message.