IGPAPI
    Preparing search index...

    Interface MediaCommentInput

    interface MediaCommentInput {
        mediaId: string;
        module?: string;
        replyToCommentId?: string;
        text: string;
    }
    Index

    Properties

    mediaId: string
    module?: string
    replyToCommentId?: string
    text: string