pub fn get_rooms_timeline_from_json(
    baseu: &Url,
    r: &JsonValue,
    tk: String,
    prev_batch: String
) -> Result<Vec<Message>, Error>