Class SocketEntity<T>
Assembly: Discord.Net.WebSocket.dll​
View Source​
Declaration
public abstract class SocketEntity<T> : IEntity<T> where T : IEquatable<T>
Properties​
Id​
Gets the unique identifier for this object.
View Source​
Declaration
public T Id { get; }