Table of Contents

Interface IEmbedFooter

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

Properties

IconUrl

The URL of the footer icon.

string? IconUrl { get; }

Property Value

string

ProxyIconUrl

.

string? ProxyIconUrl { get; }

Property Value

string

Text

The footer text.

string? Text { get; }

Property Value

string