Interface IJoinRuleEventContent

interface IJoinRuleEventContent {
    allow?: {
        room_id: string;
        type: RoomMembership;
    }[];
    join_rule: JoinRule;
}

Properties

Properties

allow?: {
    room_id: string;
    type: RoomMembership;
}[]

Type declaration

join_rule: JoinRule

Generated using TypeDoc