IGPAPI
    Preparing search index...

    Interface MediaInlineChildCommentsFeedInput

    interface MediaInlineChildCommentsFeedInput {
        commentId: string;
        mediaId: string;
        nextMaxId?: string;
        nextMinId?: string;
    }
    Index

    Properties

    commentId: string
    mediaId: string
    nextMaxId?: string
    nextMinId?: string