ConversationResponse

data class ConversationResponse(val creator: String?, val members: ConversationMembersResponse, val name: String?, val id: ConversationId, val groupId: String?, val epoch: <Error class: unknown class>?, val type: ConversationResponse.Type, val messageTimer: Long?, val teamId: TeamId?, val protocol: ConvProtocol, val lastEventTime: String, val mlsCipherSuiteTag: Int?, val access: Set<ConversationAccessDTO>, val accessRole: Set<ConversationAccessRoleDTO> = ConversationAccessRoleDTO.DEFAULT_VALUE_WHEN_NULL, val receiptMode: ReceiptMode)

Constructors

Link copied to clipboard
constructor(creator: String?, members: ConversationMembersResponse, name: String?, id: ConversationId, groupId: String?, epoch: <Error class: unknown class>?, type: ConversationResponse.Type, messageTimer: Long?, teamId: TeamId?, protocol: ConvProtocol, lastEventTime: String, mlsCipherSuiteTag: Int?, access: Set<ConversationAccessDTO>, accessRole: Set<ConversationAccessRoleDTO> = ConversationAccessRoleDTO.DEFAULT_VALUE_WHEN_NULL, receiptMode: ReceiptMode)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val creator: String?
Link copied to clipboard
val epoch: <Error class: unknown class>?
Link copied to clipboard
val groupId: String?
Link copied to clipboard
Link copied to clipboard
val lastEventTime: String
Link copied to clipboard
Link copied to clipboard
val messageTimer: Long?
Link copied to clipboard
Link copied to clipboard
val name: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard