The content definition for m.room.create events See: CreateEvent View Source models/events/CreateEvent.ts, line 48 Members Type: string # creator The user ID who created the room. View Source models/events/CreateEvent.ts, line 54 Type: PreviousRoomInfo # predecessor Optional Information about the old room. View Source models/events/CreateEvent.ts, line 71 Type: string # room_version Optional The version of the room. Default "1". View Source models/events/CreateEvent.ts, line 65 Type: string # type Optional The type of the room, if applicable. For example, `m.space`. View Source models/events/CreateEvent.ts, line 77 Type: boolean # undefined Optional Whether or not this room is federated. Default true. View Source models/events/CreateEvent.ts, line 59