vz-api
1.0.0
kchat
/
com.keygenqt.kchat.db.models
Package
com.
keygenqt.
kchat.
db.
models
Types
Types
Chat
Link copied to clipboard
data
class
Chat
(
val
id
:
Int
,
val
userId
:
String
,
val
name
:
String
,
val
dateUpdated
:
Long
)
Content copied to clipboard
Chats
Link copied to clipboard
object
Chats
:
Table
Content copied to clipboard
New
Chat
Link copied to clipboard
data
class
NewChat
(
val
id
:
Int
?
=
null
,
val
userId
:
String
,
val
name
:
String
)
Content copied to clipboard