MessageAttachmentDraftDao

Functions

Link copied to clipboard
abstract suspend fun addAttachment(    uuid: String,     versionId: String,     conversationId: QualifiedIDEntity,     mimeType: String,     fileName: String,     fileSize: Long,     assetWidth: Int?,     assetHeight: Int?,     assetDuration: Long?,     dataPath: String,     nodePath: String,     status: String)
Link copied to clipboard
abstract suspend fun deleteAttachment(uuid: String)
Link copied to clipboard
abstract suspend fun deleteAttachments(conversationId: QualifiedIDEntity)
Link copied to clipboard
abstract suspend fun getAttachment(uuid: String): MessageAttachmentDraftEntity?
Link copied to clipboard
abstract suspend fun getAttachments(conversationId: QualifiedIDEntity): List<MessageAttachmentDraftEntity>
Link copied to clipboard
abstract suspend fun observeAttachments(conversationId: QualifiedIDEntity): <Error class: unknown class><List<MessageAttachmentDraftEntity>>
Link copied to clipboard
abstract suspend fun updateUploadStatus(uuid: String, status: String)