Table of Contents

Class EmbedFooter

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll
public class EmbedFooter : IEmbedFooter
Inheritance
object
EmbedFooter
Implements

Properties

IconUrl

The URL of the footer icon.

public string? IconUrl { get; set; }

Property Value

string

ProxyIconUrl

.

public string? ProxyIconUrl { get; set; }

Property Value

string

Text

The footer text.

public string? Text { get; set; }

Property Value

string

Methods

Create(FluxerBaseClient, EmbedFooterJson?)

Create a EmbedFooter object from json.

public static EmbedFooter? Create(FluxerBaseClient client, EmbedFooterJson? json)

Parameters

client FluxerBaseClient
json EmbedFooterJson

Returns

EmbedFooter