Property Url
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
Url
Gets the embed's url.
[JsonProperty("url", NullValueHandling = NullValueHandling.Ignore)]
public Uri? Url { get; }
Property Value
- Uri
Gets the embed's url.
[JsonProperty("url", NullValueHandling = NullValueHandling.Ignore)]
public Uri? Url { get; }