Table of Contents

Class UserConnectEventArgs

Namespace
NetCord.Gateway.Voice
Assembly
NetCord.dll
public class UserConnectEventArgs
Inheritance
UserConnectEventArgs
Inherited Members

Constructors

UserConnectEventArgs(IReadOnlyList<ulong>)

public UserConnectEventArgs(IReadOnlyList<ulong> userIds)

Parameters

userIds IReadOnlyList<ulong>

Properties

UserIds

The IDs of the users that connected.

public IReadOnlyList<ulong> UserIds { get; }

Property Value

IReadOnlyList<ulong>