Class AudioChannelProperties
Provides properties that are used to modify an IAudioChannel with the specified changes.
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public class AudioChannelProperties : object
Properties
| Improve this Doc View SourceSelfDeaf
Sets whether the user should be deafened.
Declaration
public Optional<bool> SelfDeaf { get; set; }
Property Value
Type | Description |
---|---|
Optional<Boolean> |
SelfMute
Sets whether the user should be muted.
Declaration
public Optional<bool> SelfMute { get; set; }
Property Value
Type | Description |
---|---|
Optional<Boolean> |