ChatService

class ChatService(val db: DatabaseMysql)

Constructors

Link copied to clipboard
fun ChatService(db: DatabaseMysql)

Functions

Link copied to clipboard
suspend fun getAllChats(    limit: Int,     offset: Int,     search: String?): List<Chat>
Link copied to clipboard
suspend fun getChat(id: Int): Chat?

Properties

Link copied to clipboard
val db: DatabaseMysql