Table of Contents

Class EmbedMediaRequest

Namespace
Fluxer.Net.Rest
Assembly
Fluxer.Net.dll
public class EmbedMediaRequest
Inheritance
object
EmbedMediaRequest

Properties

Description

Alt text description of the media.

[JsonProperty("description")]
public string? Description { get; set; }

Property Value

string

Url

URL of the media (image, video, etc.)

[JsonProperty("url")]
public string Url { get; set; }

Property Value

string