Table of Contents

Method WithImageUrl

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

WithImageUrl(string)

Sets the embed's image url.

public DiscordEmbedBuilder WithImageUrl(string url)

Parameters

url string

Image url to set.

Returns

DiscordEmbedBuilder

This embed builder.

WithImageUrl(Uri)

Sets the embed's image url.

public DiscordEmbedBuilder WithImageUrl(Uri url)

Parameters

url Uri

Image url to set.

Returns

DiscordEmbedBuilder

This embed builder.