Class: ProfileEntity
September 10, 2021 · View on GitHub
instagram-private-api / entities / ProfileEntity
Class: ProfileEntity
entities.ProfileEntity
Hierarchy
-
↳
ProfileEntity↳↳
AccountFollowersFeedResponseUsersItem↳↳
PendingFriendshipsFeedResponseUsersItem
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new ProfileEntity(client)
Parameters
| Name | Type |
|---|---|
client | IgApiClient |
Inherited from
Defined in
Properties
pk
• pk: string | number
Defined in
src/entities/profile.entity.ts:4
Methods
checkFollow
▸ checkFollow(): Promise<FriendshipRepositoryChangeResponseFriendship_status>
Returns
Promise<FriendshipRepositoryChangeResponseFriendship_status>
Defined in
src/entities/profile.entity.ts:5
checkUnfollow
▸ checkUnfollow(): Promise<FriendshipRepositoryChangeResponseFriendship_status>
Returns
Promise<FriendshipRepositoryChangeResponseFriendship_status>