trixnity-core
3.0.0-beta1
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
Constructors
Properties
See also
See also
matrix spec
Constructors
Child
Event
Content
Link copied to clipboard
fun
ChildEventContent
(
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