Class EmbedMediaRequest
public class EmbedMediaRequest
- Inheritance
-
objectEmbedMediaRequest
Properties
Description
Alt text description of the media.
[JsonProperty("description")]
public string? Description { get; set; }
Property Value
Url
URL of the media (image, video, etc.)
[JsonProperty("url")]
public string Url { get; set; }