vz-api
1.0.0
kchat
/
com.keygenqt.kchat.db.models
/
Chat
Chat
data
class
Chat
(
val
id
:
Int
,
val
userId
:
String
,
val
name
:
String
,
val
dateUpdated
:
Long
)
Content copied to clipboard
Constructors
Properties
Constructors
Chat
Link copied to clipboard
fun
Chat
(
id
:
Int
,
userId
:
String
,
name
:
String
,
dateUpdated
:
Long
)
Content copied to clipboard
Properties
date
Updated
Link copied to clipboard
val
dateUpdated
:
Long
Content copied to clipboard
id
Link copied to clipboard
val
id
:
Int
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
user
Id
Link copied to clipboard
val
userId
:
String
Content copied to clipboard