MessageAttachmentsDaoImpl
internal class MessageAttachmentsDaoImpl(queries: MessageAttachmentsQueries, readDispatcher: ReadDispatcher, writeDispatcher: WriteDispatcher) : MessageAttachmentsDao
Constructors
Link copied to clipboard
constructor(queries: MessageAttachmentsQueries, readDispatcher: ReadDispatcher, writeDispatcher: WriteDispatcher)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open suspend override fun getAttachments(messageId: String, conversationId: QualifiedIDEntity): List<MessageAttachmentEntity>
Link copied to clipboard
open suspend override fun observeAttachments(): <Error class: unknown class><List<MessageAttachmentEntity>>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open suspend override fun updateAttachment(assetId: String, url: String?, urlExpiresAt: Long?, hash: String?, remotePath: String, isEditSupported: Boolean)