Methods
(async) delete(id) → {Boolean}
- Description:
-
- [Require Login] Delete a thread
- Source:
-
- Since:
-
Parameters:
Name |
Type |
Description |
id |
Number
|
The AniList thread ID to delete |
Returns:
Returns true if successful
- Type
-
Boolean
- Description:
-
- Get a specific thread by its AniList ID
- Source:
-
- Since:
-
Parameters:
Name |
Type |
Description |
id |
Number
|
The AniList ID of the thread |
Returns:
- Type
-
ThreadEntry
- Description:
-
- Get thread comments for a thread
- Source:
-
- Since:
-
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>