IGPAPI
    Preparing search index...

    Interface MediaCommentsFeedInput

    interface MediaCommentsFeedInput {
        id: string;
        nextMaxId?: string;
        nextMinId?: string;
        targetCommentId?: string;
    }
    Index

    Properties

    id: string
    nextMaxId?: string
    nextMinId?: string
    targetCommentId?: string