Type Definition ruma::events::space::child::ChildEvent[][src]

type ChildEvent = StateEvent<ChildEventContent>;
This is supported on crate feature events only.
Expand description

The admins of a space can advertise rooms and subspaces for their space by setting m.space.child state events.

The state_key is the ID of a child room or space, and the content must contain a via key which gives a list of candidate servers that can be used to join the room.