Interface IEntity
- Namespace
- NetCord
- Assembly
- NetCord.dll
public interface IEntity
Properties
CreatedAt
The time this object was created.
DateTimeOffset CreatedAt { get; }
Property Value
Id
The unique identifier for this object.
ulong Id { get; }