Interface ISnowflakeEntity
Represents a Discord snowflake entity.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public interface ISnowflakeEntity : IEntity<ulong>
Properties​
CreatedAt​
Gets when the snowflake was created.
View Source​
Declaration
DateTimeOffset CreatedAt { get; }