Property User
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
User
Gets the user this webhook was created by.
[JsonProperty("user", NullValueHandling = NullValueHandling.Ignore)]
public DiscordUser User { get; }
Gets the user this webhook was created by.
[JsonProperty("user", NullValueHandling = NullValueHandling.Ignore)]
public DiscordUser User { get; }