trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-core
/
de.connect2x.trixnity.core.model.events.m.room
/
JoinRulesEventContent
/
AllowCondition
Allow
Condition
@
Serializable
data
class
AllowCondition
(
val
roomId
:
RoomId
,
val
type
:
JoinRulesEventContent.AllowCondition.AllowConditionType
)
Members
Constructors
Allow
Condition
Link copied to clipboard
constructor
(
roomId
:
RoomId
,
type
:
JoinRulesEventContent.AllowCondition.AllowConditionType
)
Types
Allow
Condition
Type
Link copied to clipboard
@
Serializable
(
with
=
JoinRulesEventContent.AllowCondition.AllowConditionType.Serializer::class
)
sealed
interface
AllowConditionType
Properties
room
Id
Link copied to clipboard
@
SerialName
(
value
=
"room_id"
)
val
roomId
:
RoomId
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
JoinRulesEventContent.AllowCondition.AllowConditionType