Table of Contents

Interface IEmbedAuthor

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll
public interface IEmbedAuthor

Properties

IconUrl

The URL of the author icon.

string? IconUrl { get; }

Property Value

string

Name

The name of the author.

string? Name { get; }

Property Value

string

ProxyIconUrl

The proxied URL of the author icon.

string? ProxyIconUrl { get; }

Property Value

string

Url

The URL of the author.

string? Url { get; }

Property Value

string