Interface: LocationFeedResponseUser
September 10, 2021 · View on GitHub
instagram-private-api / responses / LocationFeedResponseUser
Interface: LocationFeedResponseUser
responses.LocationFeedResponseUser
Table of contents
Properties
- friendship_status
- full_name
- has_anonymous_profile_picture
- is_favorite
- is_private
- is_unpublished
- is_verified
- pk
- profile_pic_id
- profile_pic_url
- username
Properties
friendship_status
• Optional friendship_status: LocationFeedResponseFriendship_status
Defined in
src/responses/location.feed.response.ts:93
full_name
• full_name: string
Defined in
src/responses/location.feed.response.ts:88
has_anonymous_profile_picture
• Optional has_anonymous_profile_picture: boolean
Defined in
src/responses/location.feed.response.ts:94
is_favorite
• Optional is_favorite: boolean
Defined in
src/responses/location.feed.response.ts:96
is_private
• is_private: boolean
Defined in
src/responses/location.feed.response.ts:89
is_unpublished
• Optional is_unpublished: boolean
Defined in
src/responses/location.feed.response.ts:95
is_verified
• Optional is_verified: boolean
Defined in
src/responses/location.feed.response.ts:92
pk
• pk: number
Defined in
src/responses/location.feed.response.ts:86
profile_pic_id
• Optional profile_pic_id: string
Defined in
src/responses/location.feed.response.ts:91
profile_pic_url
• profile_pic_url: string
Defined in
src/responses/location.feed.response.ts:90
username
• username: string