Constructors

Properties

Methods

Constructors

Properties

siteClient: SiteClient

Methods

  • Parameters

    • handleOrCharacterId: HandleOrCharacterId
    • noteId: Numberish
    • Optional options: Omit<undefined | NoteQueryOptions, "cursor" | "limit">

    Returns Promise<Comment[]>

  • Parameters

    Returns Promise<{
        error: string;
    } | {
        data: {
            noteId: string;
        };
    }>