trixnity-core
3.10.0
common
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
>
?
=
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
>
?
=
null
)
Properties
order
Link copied to clipboard
val
order
:
String
?
=
null
suggested
Link copied to clipboard
val
suggested
:
Boolean
=
false
via
Link copied to clipboard
val
via
:
Set
<
String
>
?
=
null