Types

Link copied to clipboard
internal data class IgnoredMemberChanged(val id: String, val conversationId: <Error class: unknown class>) : Event.Conversation.MemberChanged
Link copied to clipboard
internal data class MemberArchivedStatusChanged(val id: String, val conversationId: <Error class: unknown class>, val timestampIso: String, val archivedConversationChangedTime: String, val isArchiving: Boolean) : Event.Conversation.MemberChanged
Link copied to clipboard
internal class MemberChangedRole(val id: String, val conversationId: <Error class: unknown class>, val timestampIso: String, val member: <Error class: unknown class>?) : Event.Conversation.MemberChanged
Link copied to clipboard
internal data class MemberMutedStatusChanged(val id: String, val conversationId: <Error class: unknown class>, val timestampIso: String, val mutedConversationStatus: <Error class: unknown class>, val mutedConversationChangedTime: String) : Event.Conversation.MemberChanged

Properties

Link copied to clipboard
internal 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
internal open val timestampIso: String

Functions

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