Table of Contents

Method WithUrl

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

WithUrl(string)

Sets the embed's title url.

public DiscordEmbedBuilder WithUrl(string url)

Parameters

url string

Title url to set.

Returns

DiscordEmbedBuilder

This embed builder.

WithUrl(Uri)

Sets the embed's title url.

public DiscordEmbedBuilder WithUrl(Uri url)

Parameters

url Uri

Title url to set.

Returns

DiscordEmbedBuilder

This embed builder.