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