Class AudioChannelProperties
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Provides properties that are used to modify an IAudioChannel with the specified changes.
public class AudioChannelProperties
- Inheritance
-
AudioChannelProperties
- Inherited Members
Properties
SelfDeaf
Sets whether the user should be deafened.
public Optional<bool> SelfDeaf { get; set; }
Property Value
SelfMute
Sets whether the user should be muted.
public Optional<bool> SelfMute { get; set; }