Skip to content

FetchedThreads

FetchedThreads ⇐ Base

Represents a collection of fetched threads.

Kind: global class
Extends: Base
Properties

NameTypeDescription
guildIdstringThe ID of the guild the threads belong to.
threadsRaidenColA collection of threads, where each thread is represented by its ID and a channel object.
hasMoreboolean | nullIndicates whether there are more threads to fetch.

new FetchedThreads([data], guildId, client)

Constructs a new instance of the class.

ParamTypeDescription
[data]ObjectThe data object containing information about the fetched threads.
guildIdstringThe ID of the guild the threads belong to.
clientClientThe client instance.