Class JsonUserActivityAssets
- Namespace
- NetCord.Gateway.JsonModels
- Assembly
- NetCord.dll
public class JsonUserActivityAssets
- Inheritance
-
JsonUserActivityAssets
- Inherited Members
-
Constructors
JsonUserActivityAssets()
public JsonUserActivityAssets()
Properties
LargeImageId
[JsonPropertyName("large_image")]
public string? LargeImageId { get; set; }
Property Value
- string
LargeText
[JsonPropertyName("large_text")]
public string? LargeText { get; set; }
Property Value
- string
SmallImageId
[JsonPropertyName("small_image")]
public string? SmallImageId { get; set; }
Property Value
- string
SmallText
[JsonPropertyName("small_text")]
public string? SmallText { get; set; }
Property Value
- string