Search Results for

    Show / Hide Table of Contents

    Class VoiceServerUpdateEventArgs

    Represents arguments for VoiceServerUpdated event.

    Inheritance
    System.Object
    System.EventArgs
    AsyncEventArgs
    DiscordEventArgs
    VoiceServerUpdateEventArgs
    Inherited Members
    DiscordEventArgs.ServiceProvider
    AsyncEventArgs.Handled
    Namespace: DisCatSharp.EventArgs
    Assembly: DisCatSharp.dll
    Syntax
    public class VoiceServerUpdateEventArgs : DiscordEventArgs

    Properties

    | Improve this Doc View Source

    Endpoint

    Gets the new voice endpoint.

    Declaration
    public string Endpoint { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Guild

    Gets the guild for which the update occurred.

    Declaration
    public DiscordGuild Guild { get; }
    Property Value
    Type Description
    DiscordGuild

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems