async fn get_client_hierarchy( services: &Services, sender_user: &UserId, room_id: &RoomId, limit: usize, max_depth: usize, suggested_only: bool, skip_room_ids: &[ShortRoomId], ) -> Result<Response>