Class VoiceStateOptions
public class VoiceStateOptions
- Inheritance
-
VoiceStateOptions
- Inherited Members
Properties
ChannelId
[JsonPropertyName("channel_id")]
public ulong ChannelId { get; }
Property Value
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?