Skip to content
Snippets Groups Projects
Commit 684001ac authored by Erik Johnston's avatar Erik Johnston
Browse files

Document new invite key added to createRoom api

parent f47f4209
No related branches found
No related tags found
No related merge requests found
......@@ -418,6 +418,16 @@ which can be set when creating a room:
If this is included, an ``m.room.topic`` event will be sent into the room to indicate the
topic for the room. See `Room Events`_ for more information on ``m.room.topic``.
``invite``
Type:
List
Optional:
Yes
Value:
A list of user ids to invite.
Description:
This will tell the server to invite everyone in the list to the newly created room.
Example::
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment