Class RoomJoinRulesContent
- java.lang.Object
-
- io.github.ma1uta.matrix.event.content.RoomJoinRulesContent
-
- All Implemented Interfaces:
EventContent
public class RoomJoinRulesContent extends Object implements EventContent
A room may be ``public`` meaning anyone can join the room without any prior action. Alternatively, it can be ``invite`` meaning that a user who wishes to join the room must first receive an invite to the room from someone already inside of the room. Currently, ``knock`` and ``private`` are reserved keywords which are not implemented.
-
-
Constructor Summary
Constructors Constructor Description RoomJoinRulesContent()
-
-
-
Field Detail
-
joinRule
private String joinRule
The type of rules used for users wishing to join this room. One of: ["public", "knock", "invite", "private"]
-
-