Class: AccountFollowersFeed
September 10, 2021 · View on GitHub
instagram-private-api / feeds / AccountFollowersFeed
Class: AccountFollowersFeed
feeds.AccountFollowersFeed
Hierarchy
-
Feed<AccountFollowersFeedResponse,AccountFollowersFeedResponseUsersItem>↳
AccountFollowersFeed
Table of contents
Constructors
Properties
Accessors
- [items](AccountFollowersFeed.md#items)
- state
Methods
Constructors
constructor
• new AccountFollowersFeed(client)
Parameters
| Name | Type |
|---|---|
client | IgApiClient |
Inherited from
Defined in
Properties
attemptOptions
• attemptOptions: Partial<AttemptOptions<any>>
Inherited from
Defined in
enableGroups
• enableGroups: boolean = true
Defined in
src/feeds/account-followers.feed.ts:12
id
• id: string | number
Defined in
src/feeds/account-followers.feed.ts:14
nextMaxId
• nextMaxId: string
Defined in
src/feeds/account-followers.feed.ts:16
order
• Optional order: "default"
only 'default' seems to work
Defined in
src/feeds/account-followers.feed.ts:10
query
• query: string = ''
Defined in
src/feeds/account-followers.feed.ts:11
searchSurface
• Optional searchSurface: string
Defined in
src/feeds/account-followers.feed.ts:6
Accessors
items$
• get items$(): Observable<Item[]>
Returns
Observable<Item[]>
Defined in
state
• set state(body): void
Parameters
| Name | Type |
|---|---|
body | AccountFollowersFeedResponse |
Returns
void
Defined in
src/feeds/account-followers.feed.ts:18
Methods
deserialize
▸ deserialize(data): void
Parameters
| Name | Type |
|---|---|
data | string |
Returns
void
Inherited from
Defined in
isMoreAvailable
▸ isMoreAvailable(): boolean
Returns
boolean
Inherited from
Defined in
items
▸ items(): Promise<AccountFollowersFeedResponseUsersItem[]>
Returns
Promise<AccountFollowersFeedResponseUsersItem[]>
Overrides
Defined in
src/feeds/account-followers.feed.ts:38
observable
▸ observable(semaphore?, attemptOptions?): Observable<AccountFollowersFeedResponseUsersItem[]>
Parameters
| Name | Type |
|---|---|
semaphore? | () => Promise<any> |
attemptOptions? | Partial<AttemptOptions<any>> |
Returns
Observable<AccountFollowersFeedResponseUsersItem[]>
Inherited from
Defined in
request
▸ request(): Promise<AccountFollowersFeedResponse>
Returns
Promise<AccountFollowersFeedResponse>
Overrides
Defined in
src/feeds/account-followers.feed.ts:23
serialize
▸ serialize(): string
Returns
string
Inherited from
Defined in
toPlain
▸ toPlain(): Record<string, any>
Returns
Record<string, any>