Interface: MediaEntityOembedResponse
September 10, 2021 · View on GitHub
instagram-private-api / responses / MediaEntityOembedResponse
Interface: MediaEntityOembedResponse
responses.MediaEntityOembedResponse
Table of contents
Properties
- author_id
- author_name
- author_url
- height
- html
- media_id
- provider_name
- provider_url
- thumbnail_height
- thumbnail_url
- thumbnail_width
- title
- type
- version
- width
Properties
author_id
• author_id: number
Defined in
src/responses/media.entity.oembed.response.ts:6
author_name
• author_name: string
Defined in
src/responses/media.entity.oembed.response.ts:4
author_url
• author_url: string
Defined in
src/responses/media.entity.oembed.response.ts:5
height
• height: null
Defined in
src/responses/media.entity.oembed.response.ts:12
html
• html: string
Defined in
src/responses/media.entity.oembed.response.ts:13
media_id
• media_id: string
Defined in
src/responses/media.entity.oembed.response.ts:7
provider_name
• provider_name: string
Defined in
src/responses/media.entity.oembed.response.ts:8
provider_url
• provider_url: string
Defined in
src/responses/media.entity.oembed.response.ts:9
thumbnail_height
• thumbnail_height: number
Defined in
src/responses/media.entity.oembed.response.ts:16
thumbnail_url
• thumbnail_url: string
Defined in
src/responses/media.entity.oembed.response.ts:14
thumbnail_width
• thumbnail_width: number
Defined in
src/responses/media.entity.oembed.response.ts:15
title
• title: string
Defined in
src/responses/media.entity.oembed.response.ts:3
type
• type: string
Defined in
src/responses/media.entity.oembed.response.ts:10
version
• version: string
Defined in
src/responses/media.entity.oembed.response.ts:2
width
• width: number