Interface IEntity<TId>
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public interface IEntity<TId>
where TId : IEquatable<TId>
Properties​
Id​
Gets the unique identifier for this object.
View Source​
Declaration
TId Id { get; }