class SimpleContextFetchingStrategy

export declare class SimpleContextFetchingStrategy implements IContextFetchingStrategy

Constructors

constructor()

Constructs a new instance of the SimpleContextFetchingStrategy class

readonly
options : FetchingStrategyOptions

retrieveSessionInfo(
shardId: number
) : Promise<SessionInfo | null>

updateSessionInfo(
shardId: number
sessionInfo: SessionInfo | null
) : import("@discordjs/util").Awaitable<void>

waitForIdentify(
shardId: number
signal: AbortSignal
) : Promise<void>