Table of Contents

Class EmbedFooterRequest

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

Properties

IconUrl

URL of the footer icon.

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

Property Value

string

Text

Footer text (1-2048 characters)

[JsonProperty("text")]
public string Text { get; set; }

Property Value

string