From eb2a2add634ddeb06e90e20cb0773f2b4f667433 Mon Sep 17 00:00:00 2001 From: Knugi <24708955+KnugiHK@users.noreply.github.com> Date: Sat, 12 Aug 2023 07:16:39 +0000 Subject: [PATCH] Add docs for room_type arg --- synapse_admin/room.py | 1 + 1 file changed, 1 insertion(+) diff --git a/synapse_admin/room.py b/synapse_admin/room.py index 55fe68e..e7fa13f 100644 --- a/synapse_admin/room.py +++ b/synapse_admin/room.py @@ -223,6 +223,7 @@ def create( members (list, optional): a list of user that should be the members of the room. Defaults to None. # noqa: E501 federation (bool, optional): can the room be federated. Defaults to True. leave (bool, optional): whether to leave the room yourself after the creation. Defaults to False. + room_type (str, optional): the type of room. Defaults to None. Returns: RoomInformation: roomid: room id, joined: a list of joined users