Class: SimulateService
September 10, 2021 · View on GitHub
instagram-private-api / services / SimulateService
Class: SimulateService
services.SimulateService
Hierarchy
-
Repository↳
SimulateService
Table of contents
Constructors
Methods
Constructors
constructor
• new SimulateService(client)
Parameters
| Name | Type |
|---|---|
client | IgApiClient |
Inherited from
Repository.constructor
Defined in
Methods
postLoginFlow
▸ postLoginFlow(concurrency?, toShuffle?): Promise<void>
Parameters
| Name | Type |
|---|---|
concurrency? | number |
toShuffle? | boolean |
Returns
Promise<void>
Defined in
src/services/simulate.service.ts:72
preLoginFlow
▸ preLoginFlow(concurrency?, toShuffle?): Promise<void>
Parameters
| Name | Type |
|---|---|
concurrency? | number |
toShuffle? | boolean |
Returns
Promise<void>