Interface ISnowflakeEntity
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents a Discord snowflake entity.
public interface ISnowflakeEntity : IEntity<ulong>
- Inherited Members
Properties
CreatedAt
Gets when the snowflake was created.
DateTimeOffset CreatedAt { get; }
Property Value
- DateTimeOffset
A DateTimeOffset representing when the entity was first created.