UserProperty

Types

Link copied to clipboard
internal data class FoldersUpdate(val id: String, val folders: List<<Error class: unknown class>>) : Event.UserProperty
Link copied to clipboard
internal data class ReadReceiptModeSet(val id: String, val value: Boolean) : Event.UserProperty
Link copied to clipboard
internal data class TypingIndicatorModeSet(val id: String, val value: Boolean) : Event.UserProperty

Properties

Link copied to clipboard
open 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.

Functions

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