type RoomStates = BTreeMap<OwnedRoomId, Vec<Raw<AnyStateEvent>>>;
struct RoomStates { /* private fields */ }