Property LastSeen
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
LastSeen
Gets the datetime of when the user was last seen.
Seems to always be see null tho.
[JsonProperty("last_seen", NullValueHandling = NullValueHandling.Ignore)]
public DateTimeOffset? LastSeen { get; }