UNPKG

instagram-private-api

Version:

Instagram private API wrapper for full access to instagram

13 lines (12 loc) 330 B
import { Feed } from '../core/feed'; export declare class MediaStickerResponsesFeed<T, I> extends Feed<T, I> { name: string; rootName: string; itemName: string; stickerId: string; mediaId: string; private maxId; items(): Promise<I[]>; request(): Promise<T>; protected set state(response: T); }