AttachmentGalleryItem

data class AttachmentGalleryItem(    val attachment: Attachment,     val user: User,     val createdAt: Date,     val messageId: String,     val cid: String,     val isMine: Boolean)

Constructors

Link copied to clipboard
constructor(attachment: Attachment, user: User, createdAt: Date, messageId: String, cid: String, isMine: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
val cid: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val user: User