Struct EmbedFooter
A footer field for an Embed.
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public struct EmbedFooter
Properties
| Improve this Doc View SourceIconUrl
Gets the URL of the footer icon.
Declaration
public readonly string IconUrl { get; }
Property Value
Type | Description |
---|---|
String | A string containing the URL of the footer icon. |
ProxyUrl
Gets the proxied URL of the footer icon link.
Declaration
public readonly string ProxyUrl { get; }
Property Value
Type | Description |
---|---|
String | A string containing the proxied URL of the footer icon. |
Text
Gets the text of the footer field.
Declaration
public readonly string Text { get; }
Property Value
Type | Description |
---|---|
String | A string containing the text of the footer field. |
Methods
| Improve this Doc View SourceToString()
Gets the text of the footer field.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | A string that resolves to Text. |