matrix-js-sdk

    Interface IContextResponse

    interface IContextResponse {
        end: string;
        event: IEventWithRoomId;
        events_after: IEventWithRoomId[];
        events_before: IEventWithRoomId[];
        start: string;
        state: IEventWithRoomId[];
    }
    Index

    Properties

    end: string
    events_after: IEventWithRoomId[]
    events_before: IEventWithRoomId[]
    start: string
    MMNEPVFCICPMFPCPTTAAATR