Room Join Rules Content
@JsonClass(generateAdapter = true )
Content copied to clipboard
Class representing the EventType.STATE_ROOM_JOIN_RULES state event content.
Constructors
Link copied to clipboard
fun RoomJoinRulesContent(@Json(name = "join_rule" ) joinRulesStr: String? = null, @Json(name = "allow" ) allowList: List<RoomJoinRulesAllowEntry>? = null)
Content copied to clipboard