Method WithUrl
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
WithUrl(string)
Sets the embed's title url.
public DiscordEmbedBuilder WithUrl(string url)
Parameters
url
stringTitle url to set.
Returns
- DiscordEmbedBuilder
This embed builder.
WithUrl(Uri)
Sets the embed's title url.
public DiscordEmbedBuilder WithUrl(Uri url)
Parameters
url
UriTitle url to set.
Returns
- DiscordEmbedBuilder
This embed builder.