Type Definition ruma_events::room::create::CreateEvent[][src]

pub type CreateEvent = StateEvent<CreateEventContent>;
Expand description

This is the first event in a room and cannot be changed. It acts as the root of all other events.