interface IGPostMetadata {
    caption: string;
    comment_count: number;
    likes: number;
    links: links[];
    media_count: number;
    media_id: string;
    name: string;
    shortcode: string;
    taken_at_timestamp: number;
    username: string;
}

Properties

caption: string

an caption from instagram post

comment_count: number

comment count

likes: number

the number of user who like a instagram post

links: links[]

media urls

media_count: number

total media

media_id: string

media id

name: string

Instagram Full Name

shortcode: string

post shortcode

taken_at_timestamp: number

a timestamp of posted media

username: string

an Instagram Username