Table of Contents

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

handler Func<DiscordClient, ChannelInfoEventArgs, Task>

Returns

EventHandlingBuilder