Interface IResultContext

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

Properties

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