Property Url
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
Url
Gets the webhook's url. Only returned when using the webhook.incoming OAuth2 scope.
[JsonProperty("url", NullValueHandling = NullValueHandling.Ignore)]
public string Url { get; }