Property GlobalName
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
GlobalName
Gets this user's global display name.
[JsonProperty("global_name", NullValueHandling = NullValueHandling.Ignore)]
public virtual string GlobalName { get; }
Property Value
- string
Remarks
A global display name differs from a username in that it acts like a nickname, but is not specific to a single guild. Nicknames in servers however still take precedence over global names, which take precedence over usernames.