Class DiscordEmbedFooter
Represents a footer in an embed.
Inheritance
System.Object
DiscordEmbedFooter
Namespace: DisCatSharp.Entities
Assembly: DisCatSharp.dll
Syntax
public sealed class DiscordEmbedFooter
Properties
| Improve this Doc View SourceIconUrl
Gets the url of the footer's icon.
Declaration
public DiscordUri IconUrl { get; }
Property Value
Type | Description |
---|---|
DiscordUri |
ProxyIconUrl
Gets the proxied url of the footer's icon.
Declaration
public DiscordUri ProxyIconUrl { get; }
Property Value
Type | Description |
---|---|
DiscordUri |
Text
Gets the footer's text.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
System.String |