Class: BestiesFeedResponseUsersItem
September 10, 2021 · View on GitHub
instagram-private-api / responses / BestiesFeedResponseUsersItem
Class: BestiesFeedResponseUsersItem
responses.BestiesFeedResponseUsersItem
Hierarchy
-
↳
BestiesFeedResponseUsersItem
Table of contents
Constructors
Properties
- friendship_status
- full_name
- has_anonymous_profile_picture
- is_bestie
- is_private
- is_verified
- latest_reel_media
- pk
- profile_pic_id
- profile_pic_url
- username
Methods
Constructors
constructor
• new BestiesFeedResponseUsersItem(client)
Parameters
| Name | Type |
|---|---|
client | IgApiClient |
Inherited from
Defined in
Properties
friendship_status
• friendship_status: object
Defined in
src/responses/account-friendships-besties.feed.response.ts:22
full_name
• full_name: string
Defined in
src/responses/account-friendships-besties.feed.response.ts:14
has_anonymous_profile_picture
• has_anonymous_profile_picture: boolean
Defined in
src/responses/account-friendships-besties.feed.response.ts:19
is_bestie
• is_bestie: boolean
Defined in
src/responses/account-friendships-besties.feed.response.ts:21
is_private
• is_private: boolean
Defined in
src/responses/account-friendships-besties.feed.response.ts:15
is_verified
• is_verified: boolean
Defined in
src/responses/account-friendships-besties.feed.response.ts:18
latest_reel_media
• Optional latest_reel_media: number
Defined in
src/responses/account-friendships-besties.feed.response.ts:20
pk
• pk: number
Overrides
Defined in
src/responses/account-friendships-besties.feed.response.ts:12
profile_pic_id
• Optional profile_pic_id: string
Defined in
src/responses/account-friendships-besties.feed.response.ts:17
profile_pic_url
• profile_pic_url: string
Defined in
src/responses/account-friendships-besties.feed.response.ts:16
username
• username: string
Defined in
src/responses/account-friendships-besties.feed.response.ts:13
Methods
checkFollow
▸ checkFollow(): Promise<FriendshipRepositoryChangeResponseFriendship_status>
Returns
Promise<FriendshipRepositoryChangeResponseFriendship_status>
Inherited from
Defined in
src/entities/profile.entity.ts:5
checkUnfollow
▸ checkUnfollow(): Promise<FriendshipRepositoryChangeResponseFriendship_status>
Returns
Promise<FriendshipRepositoryChangeResponseFriendship_status>