IGPAPI
    Preparing search index...

    Interface MediaCommentsBulkDeleteInput

    interface MediaCommentsBulkDeleteInput {
        commentIds: string[];
        mediaId: string;
    }
    Index

    Properties

    Properties

    commentIds: string[]
    mediaId: string