Table of Contents

Class JsonComponentMedia

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

Constructors

JsonComponentMedia()

public JsonComponentMedia()

Properties

ContentType

[JsonPropertyName("content_type")]
public string? ContentType { get; set; }

Property Value

string

Height

[JsonPropertyName("height")]
public int? Height { get; set; }

Property Value

int?

LoadingState

[JsonPropertyName("loading_state")]
public ComponentMediaLoadingState? LoadingState { get; set; }

Property Value

ComponentMediaLoadingState?

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?