vz-api
1.0.0
kchat
/
com.keygenqt.kchat.service
/
ChatService
Chat
Service
class
ChatService
(
val
db
:
DatabaseMysql
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Chat
Service
Link copied to clipboard
fun
ChatService
(
db
:
DatabaseMysql
)
Content copied to clipboard
Functions
get
All
Chats
Link copied to clipboard
suspend
fun
getAllChats
(
limit
:
Int
,
offset
:
Int
,
search
:
String
?
)
:
List
<
Chat
>
Content copied to clipboard
get
Chat
Link copied to clipboard
suspend
fun
getChat
(
id
:
Int
)
:
Chat
?
Content copied to clipboard
Properties
db
Link copied to clipboard
val
db
:
DatabaseMysql
Content copied to clipboard