Android SDK 100ms
lib
/
live.hms.video.sdk.models
/
HMSMessageSendResponse
HMSMessage
Send
Response
data
class
HMSMessageSendResponse
(
val
timestamp
:
Long
,
val
messageId
:
String
?
=
""
)
Constructors
Properties
Constructors
HMSMessage
Send
Response
Link copied to clipboard
fun
HMSMessageSendResponse
(
timestamp
:
Long
,
messageId
:
String
?
=
""
)
Properties
message
Id
Link copied to clipboard
@
SerializedName
(
value
=
"message_id"
)
val
messageId
:
String
?
timestamp
Link copied to clipboard
@
SerializedName
(
value
=
"timestamp"
)
val
timestamp
:
Long