FetchedThreads
FetchedThreads ⇐ Base
Section titled “FetchedThreads ⇐ Base”Represents a collection of fetched threads.
Kind: global class
Extends: Base
Properties
| Name | Type | Description |
|---|---|---|
| guildId | string | The ID of the guild the threads belong to. |
| threads | RaidenCol | A collection of threads, where each thread is represented by its ID and a channel object. |
| hasMore | boolean | null | Indicates whether there are more threads to fetch. |
new FetchedThreads([data], guildId, client)
Section titled “new FetchedThreads([data], guildId, client)”Constructs a new instance of the class.
| Param | Type | Description |
|---|---|---|
| [data] | Object | The data object containing information about the fetched threads. |
| guildId | string | The ID of the guild the threads belong to. |
| client | Client | The client instance. |