|
@@ -6,7 +6,7 @@ namespace Discord |
|
|
public interface ISnowflakeEntity : IEntity<ulong> |
|
|
public interface ISnowflakeEntity : IEntity<ulong> |
|
|
{ |
|
|
{ |
|
|
/// <summary> |
|
|
/// <summary> |
|
|
/// Gets when the snowflake is created. |
|
|
|
|
|
|
|
|
/// Gets when the snowflake was created. |
|
|
/// </summary> |
|
|
/// </summary> |
|
|
/// <returns> |
|
|
/// <returns> |
|
|
/// A <see cref="DateTimeOffset"/> representing when the entity was first created. |
|
|
/// A <see cref="DateTimeOffset"/> representing when the entity was first created. |
|
|