Class UserConnectEventArgs
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; }