MemberMutedStatusChanged

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

Constructors

Link copied to clipboard
constructor(id: String, conversationId: <Error class: unknown class>, timestampIso: String, mutedConversationStatus: <Error class: unknown class>, mutedConversationChangedTime: String)

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
Link copied to clipboard
val mutedConversationStatus: <Error class: unknown class>
Link copied to clipboard
open override val timestampIso: String

Functions

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