class SimpleContextFetchingStrategy
implements
IContextFetchingStrategydeclare class SimpleContextFetchingStrategy implements IContextFetchingStrategy
Constructors
manager: WebSocketManageroptions: FetchingStrategyOptions)
constructor(manager: WebSocketManager
options: FetchingStrategyOptions
Constructs a new instance of the SimpleContextFetchingStrategy
class
readonlyFetchingStrategyOptions options :
retrieveSessionInfoshardId: number) : Promise<SessionInfo | null> (
shardId: number
updateSessionInfoshardId: numbersessionInfo: SessionInfo | null) : _discordjs_util.Awaitable<void> (
shardId: number
sessionInfo: SessionInfo | null