Property CreatedAt
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
CreatedAt
Gets the date and time this invite was created.
[JsonProperty("created_at", NullValueHandling = NullValueHandling.Ignore)]
public DateTimeOffset CreatedAt { get; }
Gets the date and time this invite was created.
[JsonProperty("created_at", NullValueHandling = NullValueHandling.Ignore)]
public DateTimeOffset CreatedAt { get; }