Table of Contents

Method HandleVoiceChannelStartTimeUpdated

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

HandleVoiceChannelStartTimeUpdated(Func<DiscordClient, VoiceChannelStartTimeUpdatedEventArgs, Task>)

Fired when the start time of a voice channel was updated.

public EventHandlingBuilder HandleVoiceChannelStartTimeUpdated(Func<DiscordClient, VoiceChannelStartTimeUpdatedEventArgs, Task> handler)

Parameters

handler Func<DiscordClient, VoiceChannelStartTimeUpdatedEventArgs, Task>

Returns

EventHandlingBuilder