Class JsonEmbedImage
- Namespace
- NetCord.JsonModels
- Assembly
- NetCord.dll
public class JsonEmbedImage
- Inheritance
-
JsonEmbedImage
- Inherited Members
-
Constructors
JsonEmbedImage()
Properties
Height
[JsonPropertyName("height")]
public int? Height { get; set; }
Property Value
- int?
ProxyUrl
[JsonPropertyName("proxy_url")]
public string? ProxyUrl { get; set; }
Property Value
- string
Url
[JsonPropertyName("url")]
public string? Url { get; set; }
Property Value
- string
Width
[JsonPropertyName("width")]
public int? Width { get; set; }
Property Value
- int?