trixnity-core
Toggle table of contents
4.12.2
common
Platform filter
common
Switch theme
Search in API
trixnity-core
trixnity-core
/
net.folivo.trixnity.core.model.events.m
/
ReactionEventContent
Reaction
Event
Content
@
Serializable
data
class
ReactionEventContent
(
val
relatesTo
:
RelatesTo.Annotation
?
=
null
,
val
externalUrl
:
String
?
=
null
)
:
MessageEventContent
Members
Constructors
Reaction
Event
Content
Link copied to clipboard
constructor
(
relatesTo
:
RelatesTo.Annotation
?
=
null
,
externalUrl
:
String
?
=
null
)
Properties
external
Url
Link copied to clipboard
@
SerialName
(
value
=
"external_url"
)
open
override
val
externalUrl
:
String
?
=
null
mentions
Link copied to clipboard
@
Transient
open
override
val
mentions
:
Mentions
?
=
null
relates
To
Link copied to clipboard
@
SerialName
(
value
=
"m.relates_to"
)
open
override
val
relatesTo
:
RelatesTo.Annotation
?
=
null