ConversationEntity

data class ConversationEntity(val id: QualifiedIDEntity, val name: String?, val type: ConversationEntity.Type, val teamId: String?, val protocolInfo: ConversationEntity.ProtocolInfo, val mutedStatus: ConversationEntity.MutedStatus = MutedStatus.ALL_ALLOWED, val mutedTime: Long = 0, val removedBy: UserIDEntity? = null, val creatorId: String, val lastNotificationDate: <Error class: unknown class>?, val lastModifiedDate: <Error class: unknown class>, val lastReadDate: <Error class: unknown class>, val access: List<ConversationEntity.Access>, val accessRole: List<ConversationEntity.AccessRole>, val receiptMode: ConversationEntity.ReceiptMode, val guestRoomLink: String? = null, val messageTimer: Long?, val userMessageTimer: Long?, val hasIncompleteMetadata: Boolean = false, val archived: Boolean = false, val archivedInstant: <Error class: unknown class>?, val mlsVerificationStatus: ConversationEntity.VerificationStatus, val proteusVerificationStatus: ConversationEntity.VerificationStatus, val legalHoldStatus: ConversationEntity.LegalHoldStatus)

Constructors

Link copied to clipboard
constructor(id: QualifiedIDEntity, name: String?, type: ConversationEntity.Type, teamId: String?, protocolInfo: ConversationEntity.ProtocolInfo, mutedStatus: ConversationEntity.MutedStatus = MutedStatus.ALL_ALLOWED, mutedTime: Long = 0, removedBy: UserIDEntity? = null, creatorId: String, lastNotificationDate: <Error class: unknown class>?, lastModifiedDate: <Error class: unknown class>, lastReadDate: <Error class: unknown class>, access: List<ConversationEntity.Access>, accessRole: List<ConversationEntity.AccessRole>, receiptMode: ConversationEntity.ReceiptMode, guestRoomLink: String? = null, messageTimer: Long?, userMessageTimer: Long?, hasIncompleteMetadata: Boolean = false, archived: Boolean = false, archivedInstant: <Error class: unknown class>?, mlsVerificationStatus: ConversationEntity.VerificationStatus, proteusVerificationStatus: ConversationEntity.VerificationStatus, legalHoldStatus: ConversationEntity.LegalHoldStatus)

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface ProtocolInfo
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val archived: Boolean = false
Link copied to clipboard
val archivedInstant: <Error class: unknown class>?
Link copied to clipboard
val creatorId: String
Link copied to clipboard
val guestRoomLink: String? = null
Link copied to clipboard
val hasIncompleteMetadata: Boolean = false
Link copied to clipboard
Link copied to clipboard
val lastModifiedDate: <Error class: unknown class>
Link copied to clipboard
val lastNotificationDate: <Error class: unknown class>?
Link copied to clipboard
val lastReadDate: <Error class: unknown class>
Link copied to clipboard
val messageTimer: Long?
Link copied to clipboard
val mutedTime: Long = 0
Link copied to clipboard
val name: String?
Link copied to clipboard
val removedBy: UserIDEntity? = null
Link copied to clipboard
val teamId: String?
Link copied to clipboard
Link copied to clipboard
val userMessageTimer: Long?