LegacyChatMessage

@Serializable
data class LegacyChatMessage(val id: String? = null, val timestamp: Long, val message: String, val participant: Participant? = null, ignoreLegacy: Boolean? = false)

Deprecated

Deprecated in favor of ReceivedChatMessage

A chat message.

Constructors

Link copied to clipboard
constructor(id: String? = null, timestamp: Long, message: String, participant: Participant? = null, ignoreLegacy: Boolean? = false)

Properties

Link copied to clipboard
val id: String? = null
Link copied to clipboard

The message

Link copied to clipboard
val participant: Participant? = null

The participant who sent to message, if available.

Link copied to clipboard

Millis since UNIX epoch