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
Link copied to clipboard
Link copied to clipboard
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