Package-level declarations
Types
Link copied to clipboard
data class MessageReactionEntity(val emoji: String, val userId: QualifiedIDEntity, val name: String?, val handle: String?, val previewAssetIdEntity: QualifiedIDEntity?, val userTypeEntity: UserTypeEntity, val deleted: Boolean, val connectionStatus: ConnectionEntity.State, val availabilityStatus: UserAvailabilityStatusEntity, val accentId: Int)
Link copied to clipboard
interface ReactionDAO
Link copied to clipboard
class ReactionDAOImpl(reactionsQueries: ReactionsQueries, readDispatcher: ReadDispatcher, writeDispatcher: WriteDispatcher) : ReactionDAO
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
object ReactionMapper
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard