Table of Contents

Method SendSpeakingAsync

Namespace
DSharpPlus.VoiceNext
Assembly
DSharpPlus.VoiceNext.dll

SendSpeakingAsync(bool)

Sends a speaking status to the connected voice channel.

public Task SendSpeakingAsync(bool speaking = true)

Parameters

speaking bool

Whether the current user is speaking or not.

Returns

Task

A task representing the sending operation.