Class: AccountFollowingFeedResponseUsersItem

September 10, 2021 · View on GitHub

instagram-private-api / responses / AccountFollowingFeedResponseUsersItem

Class: AccountFollowingFeedResponseUsersItem

responses.AccountFollowingFeedResponseUsersItem

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new AccountFollowingFeedResponseUsersItem(client)

Parameters

NameType
clientIgApiClient

Inherited from

ProfileEntity.constructor

Defined in

src/core/repository.ts:7

Properties

full_name

full_name: string

Defined in

src/responses/account-following.feed.response.ts:14


has_anonymous_profile_picture

has_anonymous_profile_picture: boolean

Defined in

src/responses/account-following.feed.response.ts:19


is_favorite

is_favorite: boolean

Defined in

src/responses/account-following.feed.response.ts:20


is_private

is_private: boolean

Defined in

src/responses/account-following.feed.response.ts:15


is_verified

is_verified: boolean

Defined in

src/responses/account-following.feed.response.ts:18


latest_reel_media

Optional latest_reel_media: number

Defined in

src/responses/account-following.feed.response.ts:21


pk

pk: number

Overrides

ProfileEntity.pk

Defined in

src/responses/account-following.feed.response.ts:12


profile_pic_id

Optional profile_pic_id: string

Defined in

src/responses/account-following.feed.response.ts:17


profile_pic_url

profile_pic_url: string

Defined in

src/responses/account-following.feed.response.ts:16


username

username: string

Defined in

src/responses/account-following.feed.response.ts:13

Methods

checkFollow

checkFollow(): Promise<FriendshipRepositoryChangeResponseFriendship_status>

Returns

Promise<FriendshipRepositoryChangeResponseFriendship_status>

Inherited from

ProfileEntity.checkFollow

Defined in

src/entities/profile.entity.ts:5


checkUnfollow

checkUnfollow(): Promise<FriendshipRepositoryChangeResponseFriendship_status>

Returns

Promise<FriendshipRepositoryChangeResponseFriendship_status>

Inherited from

ProfileEntity.checkUnfollow

Defined in

src/entities/profile.entity.ts:10