from matrix_client.room import Room class CustomRoom(Room): def __init__(self, client, room_id): super().__init__(client, room_id)