Class DiscordEmbedBuilder.EmbedFooter
Represents an embed footer.
Inheritance
System.Object
DiscordEmbedBuilder.EmbedFooter
Namespace: DisCatSharp.Entities
Assembly: DisCatSharp.dll
Syntax
public class EmbedFooter
Properties
| Improve this Doc View SourceIconUrl
Gets or sets the Url
Declaration
public string IconUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
Gets or sets the text of the footer.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |