Search Results for

    Show / Hide Table of Contents

    Class AudioChannelProperties

    Provides properties that are used to modify an IAudioChannel with the specified changes.

    Inheritance
    Object
    AudioChannelProperties
    Namespace: Discord
    Assembly: Discord.Net.Core.dll
    Syntax
    public class AudioChannelProperties : object

    Properties

    | Improve this Doc View Source

    SelfDeaf

    Sets whether the user should be deafened.

    Declaration
    public Optional<bool> SelfDeaf { get; set; }
    Property Value
    Type Description
    Optional<Boolean>
    | Improve this Doc View Source

    SelfMute

    Sets whether the user should be muted.

    Declaration
    public Optional<bool> SelfMute { get; set; }
    Property Value
    Type Description
    Optional<Boolean>

    Theme

    • Improve this Doc
    • View Source
    In This Article
    Back to top Discord.Net (c) 2015-2022 3.9.0