Types

Link copied to clipboard
data class IgnoredMemberChanged(val id: String, val conversationId: <Error class: unknown class>) : Event.Conversation.MemberChanged
Link copied to clipboard
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
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
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
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
open val timestampIso: String

Functions

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