apiRTC
apiRTC
/
com.apizee.apiRTC
/
Conversation
/
Message
Message
data
class
Message
(
val
sender
:
Contact
,
val
content
:
String
,
val
time
:
Date
=
Date()
)
Content copied to clipboard
Group chat message
Constructors
Properties
Constructors
Message
Link copied to clipboard
fun
Message
(
sender
:
Contact
,
content
:
String
,
time
:
Date
=
Date()
)
Content copied to clipboard
Properties
content
Link copied to clipboard
val
content
:
String
Content copied to clipboard
Message content
sender
Link copied to clipboard
val
sender
:
Contact
Content copied to clipboard
Contact that sent the message
time
Link copied to clipboard
val
time
:
Date
Content copied to clipboard
Timestamp of message