matrix-js-sdk

    Interface IResultContext

    interface IResultContext {
        end?: string;
        events_after: IEventWithRoomId[];
        events_before: IEventWithRoomId[];
        profile_info: Record<string, IMatrixProfile>;
        start?: string;
    }
    Index

    Properties

    end?: string
    events_after: IEventWithRoomId[]
    events_before: IEventWithRoomId[]
    profile_info: Record<string, IMatrixProfile>
    start?: string
    MMNEPVFCICPMFPCPTTAAATR