Property Username
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
Username
Gets this user's username.
[JsonProperty("username", NullValueHandling = NullValueHandling.Ignore)]
public virtual string Username { get; }
Property Value
- string
Gets this user's username.
[JsonProperty("username", NullValueHandling = NullValueHandling.Ignore)]
public virtual string Username { get; }