matrix-appservice-bridge
    Preparing search index...

    Interface RoomInfo

    interface RoomInfo {
        id: string;
        realJoinedUsers: string[];
        remoteJoinedUsers: string[];
        state: StateLookupEvent[];
    }
    Index

    Properties

    id: string
    realJoinedUsers: string[]
    remoteJoinedUsers: string[]