MessageAttachmentDraftDaoImpl
internal class MessageAttachmentDraftDaoImpl(queries: MessageAttachmentDraftQueries) : MessageAttachmentDraftDao
Functions
Link copied to clipboard
open suspend override 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
open suspend override fun getAttachments(conversationId: QualifiedIDEntity): List<MessageAttachmentDraftEntity>
Link copied to clipboard
open suspend override fun observeAttachments(conversationId: QualifiedIDEntity): <Error class: unknown class><List<MessageAttachmentDraftEntity>>
Link copied to clipboard