MLSWelcome

data class MLSWelcome(val id: String, val conversationId: <Error class: unknown class>, val senderUserId: <Error class: unknown class>, val message: String, val timestampIso: String = DateTimeUtil.currentIsoDateTimeString()) : Event.Conversation

Constructors

Link copied to clipboard
constructor(id: String, conversationId: <Error class: unknown class>, senderUserId: <Error class: unknown class>, message: String, timestampIso: String = DateTimeUtil.currentIsoDateTimeString())

Properties

Link copied to clipboard
open override val conversationId: <Error class: unknown class>
Link copied to clipboard
open override val id: String

The ID of the event. As of Jan 2024, the ID used by the backend is not guaranteed to be unique, so comparing the full object might be necessary.

Link copied to clipboard
val message: String
Link copied to clipboard
val senderUserId: <Error class: unknown class>
Link copied to clipboard
val timestampIso: String

Functions

Link copied to clipboard
open override fun toLogMap(): Map<String, Any?>
Link copied to clipboard
open fun toLogString(): String