@__dirname/pixiv-web-api
    Preparing search index...

    Function novelRpcPostComment

    • Parameters

      • data: {
            author_user_id: number;
            comment: string;
            novel_id: number;
            type: "comment" | "stamp";
        }

      Returns Promise<
          {
              comment: string;
              comment_id: `${number}`;
              parent_id: false
              | `${number}`;
              stamp_id: `${number}` | null;
              user_id: `${number}`;
              user_name: string;
          },
      >