Class DiscordEmbedBuilder.EmbedAuthor
Represents an embed author.
Inheritance
System.Object
DiscordEmbedBuilder.EmbedAuthor
Namespace: DisCatSharp.Entities
Assembly: DisCatSharp.dll
Syntax
public class EmbedAuthor
Properties
| Improve this Doc View SourceIconUrl
Gets or sets the Author's icon url.
Declaration
public string IconUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets the name of the author.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Url
Gets or sets the Url to which the author's link leads.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |