matrix-sdk-android
1.6.10
matrix-sdk-android
/
org.matrix.android.sdk.api.session.room.model.relation
/
ReplyToContent
Reply
To
Content
@
JsonClass
(
generateAdapter
=
true
)
data
class
ReplyToContent
(
@
Json
(
name
=
"event_id"
)
val
eventId
:
String
?
=
null
)
Content copied to clipboard
Constructors
Properties
Constructors
Reply
To
Content
Link copied to clipboard
fun
ReplyToContent
(
@
Json
(
name
=
"event_id"
)
eventId
:
String
?
=
null
)
Content copied to clipboard
Properties
event
Id
Link copied to clipboard
val
eventId
:
String
?
=
null
Content copied to clipboard