UNPKG

instagram-private-api

Version:

Instagram private API wrapper for full access to instagram

7 lines (6 loc) 310 B
import { Entity } from '../core/entity'; export declare class ProfileEntity extends Entity { pk: string | number; checkFollow(): Promise<import("..").FriendshipRepositoryChangeResponseFriendship_status>; checkUnfollow(): Promise<import("..").FriendshipRepositoryChangeResponseFriendship_status>; }