Interface ISnowflake
Snowflake object with unique ID.
public interface ISnowflake
Properties
CreatedAt
Object created at UTC date.
DateTimeOffset CreatedAt { get; }
Property Value
Id
Unique identifier (snowflake) for the object.
ulong Id { get; }