ReceivedMessage

Properties

Link copied to clipboard
abstract val attributes: Map<String, String>

A map of user defined attributes that are associated with the message.

Link copied to clipboard
abstract val fromParticipant: Participant?

The participant this message belongs to.

Link copied to clipboard
abstract val id: String

The id for the message.

Link copied to clipboard
abstract val message: String

The message.

Link copied to clipboard
abstract val timestamp: Long

The timestamp associated for this message, measured in milliseconds since Unix epoch.