Table of Contents

Class EmbedImageProperties

Namespace
NetCord.Rest
Assembly
NetCord.dll

Url of the image.

public class EmbedImageProperties
Inheritance
EmbedImageProperties
Inherited Members

Constructors

EmbedImageProperties(string?)

Url of the image.

public EmbedImageProperties(string? url)

Parameters

url string

Properties

Url

Url of the image.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonPropertyName("url")]
public string? Url { get; set; }

Property Value

string

Methods

WithUrl(string?)

Url of the image.

public EmbedImageProperties WithUrl(string? url)

Parameters

url string

Returns

EmbedImageProperties

Operators

implicit operator EmbedImageProperties(string?)

public static implicit operator EmbedImageProperties(string? url)

Parameters

url string

Returns

EmbedImageProperties