MessageMetadata

interface MessageMetadata

Otherwise uncategorizable properties of a message.

Properties

Link copied to clipboard
abstract val readAt: Date?

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: Date?

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 status: MessageStatus

Inferred status of message.