RoomJoinRulesAllowEntry

@JsonClass(generateAdapter = true)
data class RoomJoinRulesAllowEntry(@Json(name = "room_id") val roomId: String?, @Json(name = "type") val type: String?)

Constructors

Link copied to clipboard
fun RoomJoinRulesAllowEntry(@Json(name = "room_id") roomId: String?, @Json(name = "type") type: String?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val roomId: String?

The room ID to check the membership of.

Link copied to clipboard
val type: String?

"m.room_membership" to describe that we are allowing access via room membership. Future MSCs may define other types.