Interface: UserFeedResponseUser
September 10, 2021 · View on GitHub
instagram-private-api / responses / UserFeedResponseUser
Interface: UserFeedResponseUser
responses.UserFeedResponseUser
Table of contents
Properties
- allowed_commenter_type
- can_boost_post
- can_see_organic_insights
- full_name
- has_anonymous_profile_picture
- is_private
- is_unpublished
- is_verified
- pk
- profile_pic_id
- profile_pic_url
- reel_auto_archive
- show_insights_terms
- username
Properties
allowed_commenter_type
• Optional allowed_commenter_type: string
Defined in
src/responses/user.feed.response.ts:78
can_boost_post
• Optional can_boost_post: boolean
Defined in
src/responses/user.feed.response.ts:73
can_see_organic_insights
• Optional can_see_organic_insights: boolean
Defined in
src/responses/user.feed.response.ts:74
full_name
• full_name: string
Defined in
src/responses/user.feed.response.ts:67
has_anonymous_profile_picture
• Optional has_anonymous_profile_picture: boolean
Defined in
src/responses/user.feed.response.ts:72
is_private
• is_private: boolean
Defined in
src/responses/user.feed.response.ts:68
is_unpublished
• Optional is_unpublished: boolean
Defined in
src/responses/user.feed.response.ts:77
is_verified
• is_verified: boolean
Defined in
src/responses/user.feed.response.ts:71
pk
• pk: number
Defined in
src/responses/user.feed.response.ts:65
profile_pic_id
• Optional profile_pic_id: string
Defined in
src/responses/user.feed.response.ts:70
profile_pic_url
• profile_pic_url: string
Defined in
src/responses/user.feed.response.ts:69
reel_auto_archive
• Optional reel_auto_archive: string
Defined in
src/responses/user.feed.response.ts:76
show_insights_terms
• Optional show_insights_terms: boolean
Defined in
src/responses/user.feed.response.ts:75
username
• username: string