Interface MediaShareItem

interface MediaShareItem {
    can_view_more_preview_comments: boolean;
    can_viewer_reshare: boolean;
    can_viewer_save: boolean;
    caption: Caption;
    caption_is_edited: boolean;
    client_cache_key: string;
    code: string;
    comment_count: number;
    comment_likes_enabled: boolean;
    comment_threading_enabled: boolean;
    device_timestamp: number;
    filter_type: number;
    has_liked: boolean;
    has_more_comments: boolean;
    id: string;
    image_versions2: ImageVersions;
    like_count: number;
    max_num_visible_preview_comments: number;
    media_type: IgMediaType;
    organic_tracking_token: string;
    original_height: number;
    original_width: number;
    photo_of_you: boolean;
    pk: number;
    taken_at: number;
    user: User;
    video_versions: VideoVersions;
}

Properties

can_view_more_preview_comments: boolean
can_viewer_reshare: boolean
can_viewer_save: boolean
caption: Caption
caption_is_edited: boolean
client_cache_key: string
code: string
comment_count: number
comment_likes_enabled: boolean
comment_threading_enabled: boolean
device_timestamp: number
filter_type: number
has_liked: boolean
has_more_comments: boolean
id: string
image_versions2: ImageVersions
like_count: number
max_num_visible_preview_comments: number
media_type: IgMediaType
organic_tracking_token: string
original_height: number
original_width: number
photo_of_you: boolean
pk: number
taken_at: number
user: User
video_versions: VideoVersions