IGPAPI
    Preparing search index...

    Interface LiveCommentsResponse

    interface LiveCommentsResponse {
        can_view_more_preview_comments: boolean;
        caption: null;
        caption_is_edited: boolean;
        comment_count: number;
        comment_likes_enabled: boolean;
        comment_muted: number;
        comments: LiveCommentsResponseCommentsItem[];
        has_more_comments: boolean;
        has_more_headload_comments: boolean;
        is_first_fetch: string;
        live_seconds_per_comment: number;
        media_header_display: string;
        status: string;
        system_comments: LiveCommentsResponseSystemCommentsItem[];
    }
    Index

    Properties

    can_view_more_preview_comments: boolean
    caption: null
    caption_is_edited: boolean
    comment_count: number
    comment_likes_enabled: boolean
    comment_muted: number
    has_more_comments: boolean
    has_more_headload_comments: boolean
    is_first_fetch: string
    live_seconds_per_comment: number
    media_header_display: string
    status: string