interface IInput {
    data: {
        afterOriginServerTsExclusive: number;
        matrixRoomId: string;
    };
}

Properties

Properties

data: {
    afterOriginServerTsExclusive: number;
    matrixRoomId: string;
}

Type declaration

  • afterOriginServerTsExclusive: number

    Нижняя граница origin_server_ts (мс), исключительно: сообщения строго новее

  • matrixRoomId: string