Class JsonMediaGalleryItem
- Namespace
- NetCord.JsonModels
- Assembly
- NetCord.dll
public class JsonMediaGalleryItem
- Inheritance
-
JsonMediaGalleryItem
- Inherited Members
-
Constructors
public JsonMediaGalleryItem()
Properties
[JsonPropertyName("description")]
public string? Description { get; set; }
Property Value
- string
[JsonPropertyName("media")]
public JsonComponentMedia Media { get; set; }
Property Value
- JsonComponentMedia
[JsonPropertyName("spoiler")]
public bool? Spoiler { get; set; }
Property Value
- bool?