Interface: TimelineFeedResponseUser
September 10, 2021 · View on GitHub
instagram-private-api / responses / TimelineFeedResponseUser
Interface: TimelineFeedResponseUser
responses.TimelineFeedResponseUser
Table of contents
Properties
- friendship_status
- full_name
- has_anonymous_profile_picture
- is_favorite
- is_private
- is_unpublished
- is_verified
- latest_reel_media
- pk
- profile_pic_id
- profile_pic_url
- username
Properties
friendship_status
• Optional friendship_status: TimelineFeedResponseFriendship_status
Defined in
src/responses/timeline.feed.response.ts:121
full_name
• full_name: string
Defined in
src/responses/timeline.feed.response.ts:117
has_anonymous_profile_picture
• Optional has_anonymous_profile_picture: boolean
Defined in
src/responses/timeline.feed.response.ts:123
is_favorite
• Optional is_favorite: boolean
Defined in
src/responses/timeline.feed.response.ts:125
is_private
• is_private: boolean
Defined in
src/responses/timeline.feed.response.ts:118
is_unpublished
• Optional is_unpublished: boolean
Defined in
src/responses/timeline.feed.response.ts:124
is_verified
• is_verified: boolean
Defined in
src/responses/timeline.feed.response.ts:122
latest_reel_media
• Optional latest_reel_media: number
Defined in
src/responses/timeline.feed.response.ts:126
pk
• pk: number
Defined in
src/responses/timeline.feed.response.ts:115
profile_pic_id
• Optional profile_pic_id: string
Defined in
src/responses/timeline.feed.response.ts:120
profile_pic_url
• profile_pic_url: string
Defined in
src/responses/timeline.feed.response.ts:119
username
• username: string