Table of Contents

Class EmbedAuthorRequest

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

Properties

IconUrl

URL of the author icon.

[JsonProperty("icon_url")]
public string? IconUrl { get; set; }

Property Value

string

Name

Name of the embed author.

[JsonProperty("name")]
public string Name { get; set; }

Property Value

string

Url

URL to link from the author name/

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

Property Value

string