vz-api
1.0.0
kchat
/
com.keygenqt.kchat.db.models
/
NewChat
New
Chat
data
class
NewChat
(
val
id
:
Int
?
=
null
,
val
userId
:
String
,
val
name
:
String
)
Content copied to clipboard
Constructors
Properties
Constructors
New
Chat
Link copied to clipboard
fun
NewChat
(
id
:
Int
?
=
null
,
userId
:
String
,
name
:
String
)
Content copied to clipboard
Properties
id
Link copied to clipboard
val
id
:
Int
?
=
null
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