Mika Scraper / InstagramMedia
Interface: InstagramMedia
Defined in: src/instagram/instagram.ts:20
The InstagramMedia
interface represents the metadata of an Instagram video, encapsulating all relevant properties associated with it.
Properties
code
code:
string
The unique code associated with the Instagram media object.
Defined in:src/instagram/instagram.ts:21
id
id:
string
A unique identifier for the Instagram media.
Defined in:src/instagram/instagram.ts:22
title
title:
string
The title of the Instagram media.
Defined in:src/instagram/instagram.ts:23
profile
profile:
Profile
An object that contains information about the Instagram user who posted the media.
Defined in:src/instagram/instagram.ts:24
Properties
username
username:
string
The username of the Instagram user.
full_name
full_name:
string
The full name of the Instagram user.
profile_pic_url
profile_pic_url:
string
The URL of the userβs profile picture.
thumbnails
thumbnails:
Thumbnail[]
An array of thumbnail objects, each containing the URL and dimensions of different thumbnail sizes.
Defined in:src/instagram/instagram.ts:29
Properties
url
url:
string
The URL of the thumbnail image.
width
width:
number
The width of the thumbnail in pixels.
height
height:
number
The height of the thumbnail in pixels.
videoTracks
videoTracks:
MediaTrack
[]
An array of video track objects associated with the media.
Defined in:src/instagram/instagram.ts:34
audioTracks
audioTracks:
MediaTrack
[]
An array of audio track objects associated with the media.
Defined in:src/instagram/instagram.ts:35