Property User
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
User
Gets the user who uploaded this emoji.
[JsonProperty("user", NullValueHandling = NullValueHandling.Ignore)]
public DiscordUser? User { get; }
Property Value
Remarks
This property only applies to application-owned emojis.