Interface IEntity<TId>
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
public interface IEntity<TId> where TId : IEquatable<TId>
Type Parameters
TId
Properties
Id
Gets the unique identifier for this object.
TId Id { get; }
Property Value
- TId