Table of Contents

Class VoiceStateOptions

Namespace
NetCord.Rest
Assembly
NetCord.dll
public class VoiceStateOptions
Inheritance
VoiceStateOptions
Inherited Members

Properties

ChannelId

[JsonPropertyName("channel_id")]
public ulong ChannelId { get; }

Property Value

ulong

Suppress

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("suppress")]
public bool? Suppress { get; set; }

Property Value

bool?

Methods

WithSuppress(bool?)

public VoiceStateOptions WithSuppress(bool? suppress = true)

Parameters

suppress bool?

Returns

VoiceStateOptions