Method HandleSessionResumed
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.dll
HandleSessionResumed(Func<DiscordClient, SessionResumedEventArgs, Task>)
Fired whenever a session is resumed.
public EventHandlingBuilder HandleSessionResumed(Func<DiscordClient, SessionResumedEventArgs, Task> handler)
Parameters
handler
Func<DiscordClient, SessionResumedEventArgs, Task>