trixnity-core
Toggle table of contents
4.22.0
common
Platform filter
common
Switch theme
Search in API
trixnity-core
trixnity-core
/
net.folivo.trixnity.core.model.events.m.space
/
ChildEventContent
Child
Event
Content
@
Serializable
data
class
ChildEventContent
(
val
order
:
String
?
=
null
,
val
suggested
:
Boolean
=
false
,
val
via
:
Set
<
String
>
,
val
externalUrl
:
String
?
=
null
)
:
StateEventContent
See also
matrix spec
Members
Constructors
Child
Event
Content
Link copied to clipboard
constructor
(
order
:
String
?
=
null
,
suggested
:
Boolean
=
false
,
via
:
Set
<
String
>
,
externalUrl
:
String
?
=
null
)
Properties
external
Url
Link copied to clipboard
@
SerialName
(
value
=
"external_url"
)
open
override
val
externalUrl
:
String
?
=
null
order
Link copied to clipboard
@
SerialName
(
value
=
"order"
)
val
order
:
String
?
=
null
suggested
Link copied to clipboard
@
SerialName
(
value
=
"suggested"
)
val
suggested
:
Boolean
=
false
via
Link copied to clipboard
@
SerialName
(
value
=
"via"
)
val
via
:
Set
<
String
>