Interface MediaCommentsFeedResponse

interface MediaCommentsFeedResponse {
    can_view_more_preview_comments: boolean;
    caption: MediaCommentsFeedResponseCaption;
    caption_is_edited: boolean;
    comment_count: number;
    comment_likes_enabled: boolean;
    comments: MediaCommentsFeedResponseCommentsItem[];
    has_more_comments: boolean;
    has_more_headload_comments: boolean;
    initiate_at_top: boolean;
    insert_new_comment_to_top: boolean;
    media_header_display: string;
    next_max_id: string;
    next_min_id: string;
    preview_comments: MediaCommentsFeedResponsePreviewCommentsItem[];
    quick_response_emojis: MediaCommentsFeedResponseQuickResponseEmojisItem[];
    status: string;
    threading_enabled: boolean;
}

Properties

can_view_more_preview_comments: boolean
caption_is_edited: boolean
comment_count: number
comment_likes_enabled: boolean
has_more_comments: boolean
has_more_headload_comments: boolean
initiate_at_top: boolean
insert_new_comment_to_top: boolean
media_header_display: string
next_max_id: string
next_min_id: string
status: string
threading_enabled: boolean