Property User
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
User
Gets the user that created the emoji (Either a team member or the bot through api).
[JsonProperty("user", NullValueHandling = NullValueHandling.Ignore)]
public DiscordUser? User { get; }