We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eed1bc commit eb2a2adCopy full SHA for eb2a2ad
1 file changed
synapse_admin/room.py
@@ -223,6 +223,7 @@ def create(
223
members (list, optional): a list of user that should be the members of the room. Defaults to None. # noqa: E501
224
federation (bool, optional): can the room be federated. Defaults to True.
225
leave (bool, optional): whether to leave the room yourself after the creation. Defaults to False.
226
+ room_type (str, optional): the type of room. Defaults to None.
227
228
Returns:
229
RoomInformation: roomid: room id, joined: a list of joined users
0 commit comments