ReceiptDAO
Functions
Link copied to clipboard
abstract suspend fun insertReceipts(userId: UserIDEntity, conversationId: ConversationIDEntity, date: <Error class: unknown class>, type: ReceiptTypeEntity, messageIds: List<String>)
Link copied to clipboard
abstract suspend fun observeDetailedReceiptsForMessage(conversationId: ConversationIDEntity, messageId: String, type: ReceiptTypeEntity): <Error class: unknown class><List<DetailedReceiptEntity>>