CodeUpdated

data class CodeUpdated(val id: String, val conversationId: <Error class: unknown class>, val key: String, val code: String, val uri: String?, val isPasswordProtected: Boolean) : Event.Conversation

Constructors

Link copied to clipboard
constructor(id: String, conversationId: <Error class: unknown class>, key: String, code: String, uri: String?, isPasswordProtected: Boolean)

Properties

Link copied to clipboard
val code: String
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 isPasswordProtected: Boolean
Link copied to clipboard
val key: String
Link copied to clipboard
val uri: String?

Functions

Link copied to clipboard
fun Event.Conversation.CodeUpdated.link(accountUrl: String): String
Link copied to clipboard
open override fun toLogMap(): Map<String, Any?>
Link copied to clipboard
open fun toLogString(): String