Table of Contents

Interface IEntity

Namespace
NetCord
Assembly
NetCord.dll
public interface IEntity

Properties

CreatedAt

The time this object was created.

DateTimeOffset CreatedAt { get; }

Property Value

DateTimeOffset

Id

The unique identifier for this object.

ulong Id { get; }

Property Value

ulong