|
@@ -18,6 +18,7 @@ namespace Discord.API |
|
|
public Optional<int> Height { get; set; } |
|
|
public Optional<int> Height { get; set; } |
|
|
[JsonProperty("width")] |
|
|
[JsonProperty("width")] |
|
|
public Optional<int> Width { get; set; } |
|
|
public Optional<int> Width { get; set; } |
|
|
|
|
|
[JsonProperty("ephemeral")] |
|
|
public Optional<bool> Ephemeral { get; set; } |
|
|
public Optional<bool> Ephemeral { get; set; } |
|
|
} |
|
|
} |
|
|
} |
|
|
} |