Struct EmbedFooter
A footer field for an Discord.Embed.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public struct EmbedFooter
Properties​
Text​
Gets the text of the footer field.
View Source​
Declaration
public readonly string Text { get; }
IconUrl​
Gets the URL of the footer icon.
View Source​
Declaration
public readonly string IconUrl { get; }
ProxyUrl​
Gets the proxied URL of the footer icon link.
View Source​
Declaration
public readonly string ProxyUrl { get; }
Methods​
ToString()​
Gets the text of the footer field.
View Source​
Declaration
public override string ToString()
Returns​
System.String
:
A string that resolves to Discord.EmbedFooter.Text.