Method HandleChannelInfo
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.dll
HandleChannelInfo(Func<DiscordClient, ChannelInfoEventArgs, Task>)
Fired in response to voice channel info being requested over the gateway.
public EventHandlingBuilder HandleChannelInfo(Func<DiscordClient, ChannelInfoEventArgs, Task> handler)
Parameters
handlerFunc<DiscordClient, ChannelInfoEventArgs, Task>