Conversation

data class Conversation(val id: String, val protocol: ProtocolId, val accountId: String, val remoteId: String, val title: String, val lastMessagePreview: String? = null, val lastMessageAt: Long = 0, val unreadCount: Int = 0)

Constructors

Link copied to clipboard
constructor(id: String, protocol: ProtocolId, accountId: String, remoteId: String, title: String, lastMessagePreview: String? = null, lastMessageAt: Long = 0, unreadCount: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard