IGPAPI
    Preparing search index...

    Interface MediaInlineChildCommentsFeedResponse

    interface MediaInlineChildCommentsFeedResponse {
        child_comment_count: number;
        child_comments: MediaInlineChildCommentsFeedResponseChildCommentsItem[];
        has_more_head_child_comments: boolean;
        has_more_tail_child_comments: boolean;
        next_max_child_cursor: string;
        num_tail_child_comments: number;
        parent_comment: MediaInlineChildCommentsFeedResponseParent_comment;
        status: string;
    }
    Index

    Properties

    child_comment_count: number
    has_more_head_child_comments: boolean
    has_more_tail_child_comments: boolean
    next_max_child_cursor: string
    num_tail_child_comments: number
    status: string