export declare class SimpleContextFetchingStrategy implements IContextFetchingStrategy export declare class SimpleContextFetchingStrategy implements IContextFetchingStrategy No summary provided.
Implements
IContextFetchingStrategyconstructor(manager, options)
Constructs a new instance of the 
SimpleContextFetchingStrategy class| Name | Type | Optional | Description | 
|---|---|---|---|
| manager | WebSocketManager | No | None | 
| options | FetchingStrategyOptions | No | None | 
Readonly
| Name | Type | Optional | Description | 
|---|---|---|---|
| shardId | number | No | None | 
updateSessionInfo(shardId, sessionInfo)
:
import("@discordjs/util").Awaitable<void>
| Name | Type | Optional | Description | 
|---|---|---|---|
| shardId | number | No | None | 
| sessionInfo | SessionInfo | null | No | None |