Interface: TagFeedResponseUser
September 10, 2021 · View on GitHub
instagram-private-api / responses / TagFeedResponseUser
Interface: TagFeedResponseUser
responses.TagFeedResponseUser
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: TagFeedResponseFriendship_status
Defined in
src/responses/tag.feed.response.ts:71
full_name
• full_name: string
Defined in
src/responses/tag.feed.response.ts:66
has_anonymous_profile_picture
• Optional has_anonymous_profile_picture: boolean
Defined in
src/responses/tag.feed.response.ts:72
is_favorite
• Optional is_favorite: boolean
Defined in
src/responses/tag.feed.response.ts:74
is_private
• is_private: boolean
Defined in
src/responses/tag.feed.response.ts:67
is_unpublished
• Optional is_unpublished: boolean
Defined in
src/responses/tag.feed.response.ts:73
is_verified
• Optional is_verified: boolean
Defined in
src/responses/tag.feed.response.ts:70
pk
• pk: number
Defined in
src/responses/tag.feed.response.ts:64
profile_pic_id
• Optional profile_pic_id: string
Defined in
src/responses/tag.feed.response.ts:69
profile_pic_url
• profile_pic_url: string
Defined in
src/responses/tag.feed.response.ts:68
username
• username: string