Interface: SavedFeedResponseCarouselMediaItem
September 10, 2021 · View on GitHub
instagram-private-api / responses / SavedFeedResponseCarouselMediaItem
Interface: SavedFeedResponseCarouselMediaItem
responses.SavedFeedResponseCarouselMediaItem
Table of contents
Properties
- carousel_parent_id
- id
- image_versions2
- is_dash_eligible
- media_type
- number_of_qualities
- original_height
- original_width
- pk
- usertags
- video_codec
- video_dash_manifest
- video_duration
- video_versions
Properties
carousel_parent_id
• carousel_parent_id: string
Defined in
src/responses/saved.feed.response.ts:195
id
• id: string
Defined in
src/responses/saved.feed.response.ts:189
image_versions2
• image_versions2: SavedFeedResponseImage_versions2
Defined in
src/responses/saved.feed.response.ts:191
is_dash_eligible
• Optional is_dash_eligible: number
Defined in
src/responses/saved.feed.response.ts:199
media_type
• media_type: number
Defined in
src/responses/saved.feed.response.ts:190
number_of_qualities
• Optional number_of_qualities: number
Defined in
src/responses/saved.feed.response.ts:202
original_height
• original_height: number
Defined in
src/responses/saved.feed.response.ts:193
original_width
• original_width: number
Defined in
src/responses/saved.feed.response.ts:192
pk
• pk: string
Defined in
src/responses/saved.feed.response.ts:194
usertags
• usertags: SavedFeedResponseUsertags
Defined in
src/responses/saved.feed.response.ts:196
video_codec
• Optional video_codec: string
Defined in
src/responses/saved.feed.response.ts:201
video_dash_manifest
• Optional video_dash_manifest: string
Defined in
src/responses/saved.feed.response.ts:200
video_duration
• Optional video_duration: number
Defined in
src/responses/saved.feed.response.ts:198
video_versions
• Optional video_versions: SavedFeedResponseVideoVersionsItem[]