matrix-js-sdk

    Interface ILeftRoom

    interface ILeftRoom {
        account_data: IAccountData;
        "org.matrix.msc4222.state_after"?: IState;
        state?: IState;
        timeline: ITimeline;
    }
    Index

    Properties

    account_data: IAccountData
    "org.matrix.msc4222.state_after"?: IState
    state?: IState
    timeline: ITimeline
    MMNEPVFCICPMFPCPTTAAATR