shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.model
/
Message
/
Message
Message
constructor
(
sender
:
String
,
receivers
:
List
<
String
>
=
emptyList()
,
message
:
String
,
timestamp
:
String
,
group
:
Boolean
,
extra
:
JsonObject
=
JsonObject(emptyMap())
)