matrix-js-sdk

    Interface MSC3575RoomData

    interface MSC3575RoomData {
        bump_stamp?: number;
        heroes?: MSC4186Hero[];
        highlight_count?: number;
        initial?: boolean;
        invite_state?: IStateEvent[];
        invited_count?: number;
        is_dm?: boolean;
        joined_count?: number;
        limited?: boolean;
        name: string;
        notification_count?: number;
        num_live?: number;
        prev_batch?: string;
        required_state: IStateEvent[];
        timeline: (IRoomEvent | IStateEvent)[];
    }
    Index

    Properties

    bump_stamp?: number
    heroes?: MSC4186Hero[]
    highlight_count?: number
    initial?: boolean
    invite_state?: IStateEvent[]
    invited_count?: number
    is_dm?: boolean
    joined_count?: number
    limited?: boolean
    name: string
    notification_count?: number
    num_live?: number
    prev_batch?: string
    required_state: IStateEvent[]
    timeline: (IRoomEvent | IStateEvent)[]
    MMNEPVFCICPMFPCPTTAAATR