Class SnowflakeObject
Represents an object in Kuracord API.
Inheritance
SnowflakeObject
Inherited Members
Namespace: KSharpPlus.Entities
Assembly: KSharpPlus.dll
Syntax
public abstract class SnowflakeObject
Properties
| Improve this Doc View SourceCreationTimestamp
Gets the date and time this object was created.
Declaration
public DateTimeOffset CreationTimestamp { get; }
Property Value
Type | Description |
---|---|
DateTimeOffset |
Id
Gets the ID of this object.
Declaration
public ulong Id { get; }
Property Value
Type | Description |
---|---|
UInt64 |