Skip to content

Commit eb2a2ad

Browse files
authored
Add docs for room_type arg
1 parent 0eed1bc commit eb2a2ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

synapse_admin/room.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ def create(
223223
members (list, optional): a list of user that should be the members of the room. Defaults to None. # noqa: E501
224224
federation (bool, optional): can the room be federated. Defaults to True.
225225
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.
226227
227228
Returns:
228229
RoomInformation: roomid: room id, joined: a list of joined users

0 commit comments

Comments
 (0)