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