Search Results for

    Show / Hide Table of Contents

    Class VoiceUserLeaveEventArgs

    Arguments for UserLeft.

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

    Properties

    | Improve this Doc View Source

    Ssrc

    Gets the SSRC of the user who left.

    Declaration
    public uint Ssrc { get; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    User

    Gets the user who left.

    Declaration
    public DiscordUser User { get; }
    Property Value
    Type Description
    DiscordUser

    Extension Methods

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