Skip to content

Commit

Permalink
Add docs for room_type arg
Browse files Browse the repository at this point in the history
  • Loading branch information
KnugiHK authored Aug 12, 2023
1 parent 0eed1bc commit eb2a2ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions synapse_admin/room.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb2a2ad

Please sign in to comment.