Property JoinedAt
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
JoinedAt
Date the user joined the guild
[JsonProperty("joined_at", NullValueHandling = NullValueHandling.Ignore)]
public DateTimeOffset JoinedAt { get; }
Date the user joined the guild
[JsonProperty("joined_at", NullValueHandling = NullValueHandling.Ignore)]
public DateTimeOffset JoinedAt { get; }