trixnity-core
3.0.0-beta1
trixnity-core
/
net.folivo.trixnity.core.model.events.m.room
/
JoinRulesEventContent
/
AllowCondition
Allow
Condition
@
Serializable
data
class
AllowCondition
(
val
roomId
:
RoomId
,
val
type
:
JoinRulesEventContent.AllowCondition.AllowConditionType
)
Types
Constructors
Properties
Constructors
Allow
Condition
Link copied to clipboard
fun
AllowCondition
(
roomId
:
RoomId
,
type
:
JoinRulesEventContent.AllowCondition.AllowConditionType
)
Types
Allow
Condition
Type
Link copied to clipboard
@
Serializable
(
with
=
AllowConditionTypeSerializer::class
)
interface
AllowConditionType
Properties
room
Id
Link copied to clipboard
val
roomId
:
RoomId
type
Link copied to clipboard
val
type
:
JoinRulesEventContent.AllowCondition.AllowConditionType