Interface: IgtvChannelFeedResponseUser
September 10, 2021 · View on GitHub
instagram-private-api / responses / IgtvChannelFeedResponseUser
Interface: IgtvChannelFeedResponseUser
responses.IgtvChannelFeedResponseUser
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: IgtvChannelFeedResponseFriendship_status
Defined in
src/responses/igtv.channel.feed.response.ts:89
full_name
• full_name: string
Defined in
src/responses/igtv.channel.feed.response.ts:85
has_anonymous_profile_picture
• Optional has_anonymous_profile_picture: boolean
Defined in
src/responses/igtv.channel.feed.response.ts:91
is_favorite
• Optional is_favorite: boolean
Defined in
src/responses/igtv.channel.feed.response.ts:93
is_private
• is_private: boolean
Defined in
src/responses/igtv.channel.feed.response.ts:86
is_unpublished
• Optional is_unpublished: boolean
Defined in
src/responses/igtv.channel.feed.response.ts:92
is_verified
• is_verified: boolean
Defined in
src/responses/igtv.channel.feed.response.ts:90
pk
• pk: number
Defined in
src/responses/igtv.channel.feed.response.ts:83
profile_pic_id
• Optional profile_pic_id: string
Defined in
src/responses/igtv.channel.feed.response.ts:88
profile_pic_url
• profile_pic_url: string
Defined in
src/responses/igtv.channel.feed.response.ts:87
username
• username: string