instagram-private-api / feeds / LocationFeed
feeds.LocationFeed
-
Feed
<LocationFeedResponse
,LocationFeedResponseMedia
>↳
LocationFeed
• new LocationFeed(client
)
Name | Type |
---|---|
client |
IgApiClient |
• attemptOptions: Partial
<AttemptOptions
<any
>>
• id: string
| number
• tab: "recent"
| "ranked"
• get
items$(): Observable
<Item
[]>
Observable
<Item
[]>
▸ deserialize(data
): void
Name | Type |
---|---|
data |
string |
void
▸ isMoreAvailable(): boolean
boolean
▸ items(): Promise
<LocationFeedResponseMedia
[]>
Promise
<LocationFeedResponseMedia
[]>
▸ observable(semaphore?
, attemptOptions?
): Observable
<LocationFeedResponseMedia
[]>
Name | Type |
---|---|
semaphore? |
() => Promise <any > |
attemptOptions? |
Partial <AttemptOptions <any >> |
Observable
<LocationFeedResponseMedia
[]>
▸ request(): Promise
<LocationFeedResponse
>
Promise
<LocationFeedResponse
>
▸ serialize(): string
string
▸ toPlain(): Record
<string
, any
>
Record
<string
, any
>