Table of Contents

Method UpdateUserVoiceStateAsync

Namespace
DSharpPlus.Net
Assembly
DSharpPlus.dll

UpdateUserVoiceStateAsync(ulong, ulong, ulong, bool?)

public ValueTask UpdateUserVoiceStateAsync(ulong guildId, ulong userId, ulong channelId, bool? suppress = null)

Parameters

guildId ulong
userId ulong
channelId ulong
suppress bool?

Returns

ValueTask