matrix-js-sdk

    Interface RoomJoinRulesEventContent

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

    Properties

    Properties

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