Table of Contents

Class JsonEmbedVideo

Namespace
NetCord.JsonModels
Assembly
NetCord.dll
public class JsonEmbedVideo
Inheritance
JsonEmbedVideo
Inherited Members

Constructors

JsonEmbedVideo()

public JsonEmbedVideo()

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?