matrix-js-sdk

    Interface IRoomSummary

    High level summary information for a room, as returned by /v3/sync.

    interface IRoomSummary {
        "m.heroes": string[];
        "m.invited_member_count"?: number;
        "m.joined_member_count"?: number;
    }
    Index

    Properties

    "m.heroes": string[]

    The room heroes: a selected set of members that can be used when summarising or generating a name for a room. List of user IDs.

    "m.invited_member_count"?: number

    The number of invited members in the room.

    "m.joined_member_count"?: number

    The number of joined members in the room.

    MMNEPVFCICPMFPCPTTAAATR