Skip to main content

Struct EmbedImage

An image for an Discord.Embed.

Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public struct EmbedImage

Properties​

Url​

Gets the URL of the image.

View Source​
Declaration
public readonly string Url { get; }

ProxyUrl​

Gets a proxied URL of this image.

View Source​
Declaration
public readonly string ProxyUrl { get; }

Height​

Gets the height of this image.

View Source​
Declaration
public readonly int? Height { get; }

Width​

Gets the width of this image.

View Source​
Declaration
public readonly int? Width { get; }

Methods​

ToString()​

Gets the URL of the thumbnail.

View Source​
Declaration
public override string ToString()
Returns​

System.String: A string that resolves to Discord.EmbedImage.Url .