Table of Contents

Class EmbedAuthor

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll
public class EmbedAuthor : IEmbedAuthor
Inheritance
object
EmbedAuthor
Implements

Properties

IconUrl

The URL of the author icon.

public string? IconUrl { get; set; }

Property Value

string

Name

The name of the author.

public string? Name { get; set; }

Property Value

string

ProxyIconUrl

The proxied URL of the author icon.

public string? ProxyIconUrl { get; set; }

Property Value

string

Url

The URL of the author.

public string? Url { get; set; }

Property Value

string

Methods

Create(FluxerBaseClient, EmbedAuthorJson?)

Create a EmbedAuthor object from json.

public static EmbedAuthor? Create(FluxerBaseClient client, EmbedAuthorJson? json)

Parameters

client FluxerBaseClient
json EmbedAuthorJson

Returns

EmbedAuthor