matrix-appservice-bridge
    Preparing search index...

    Interface RoomCreationOpts

    interface RoomCreationOpts {
        createAsClient?: boolean;
        options?: Record<string, unknown>;
    }
    Index

    Properties

    createAsClient?: boolean
    options?: Record<string, unknown>