Methods related to chapters.

Constructors

Properties

debug: Debugger

Methods

  • Post a comment for a given fiction.

    Parameters

    • chapterID: number

      ID of the chapter to post a comment to.

    • content: string

      Content to post, separate paragraphs with '\n'.

    Returns Promise<RoyalResponse<null>>