Thread

AniList. Thread

Access threads on AniList

Methods

(async) delete(id) → {Boolean}

Description:
  • [Require Login] Delete a thread
Source:
Since:
  • 1.12.0
Parameters:
Name Type Description
id Number The AniList thread ID to delete
Returns:
Returns true if successful
Type
Boolean

get(id) → {ThreadEntry}

Description:
  • Get a specific thread by its AniList ID
Source:
Since:
  • 1.11.0
Parameters:
Name Type Description
id Number The AniList ID of the thread
Returns:
Type
ThreadEntry

getComments(id, page, perPage) → {Array.<ThreadComment>}

Description:
  • Get thread comments for a thread
Source:
Since:
  • 1.12.0
Parameters:
Name Type Default Description
id Number The AniList thread ID
page Number 1 The page number
perPage Number 25 How many entries per page
Returns:
Type
Array.<ThreadComment>