Table of Contents

Method UpdateCurrentUserVoiceStateAsync

Namespace
DSharpPlus.Net
Assembly
DSharpPlus.dll

UpdateCurrentUserVoiceStateAsync(ulong, ulong?, bool?, DateTimeOffset?)

public ValueTask UpdateCurrentUserVoiceStateAsync(ulong guildId, ulong? channelId = null, bool? suppress = null, DateTimeOffset? requestToSpeakTimestamp = null)

Parameters

guildId ulong
channelId ulong?
suppress bool?
requestToSpeakTimestamp DateTimeOffset?

Returns

ValueTask