UNPKG

instagram-private-api

Version:

Instagram private API wrapper for full access to instagram

10 lines (9 loc) 408 B
import { Repository } from '../core/repository'; export declare class SimulateService extends Repository { private get preLoginFlowRequests(); private get postLoginFlowRequests(); private static executeRequestsFlow; preLoginFlow(concurrency?: number, toShuffle?: boolean): Promise<void>; postLoginFlow(concurrency?: number, toShuffle?: boolean): Promise<void>; private facebookOta; }