Class DiscordEmbedAuthor
Gets the author of a discord embed.
Inheritance
System.Object
DiscordEmbedAuthor
Namespace: DisCatSharp.Entities
Assembly: DisCatSharp.dll
Syntax
public sealed class DiscordEmbedAuthor
Properties
| Improve this Doc View SourceIconUrl
Gets the url of the author's icon.
Declaration
public DiscordUri IconUrl { get; set; }
Property Value
Type | Description |
---|---|
DiscordUri |
Name
Gets the name of the author.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProxyIconUrl
Gets the proxied url of the author's icon.
Declaration
public DiscordUri ProxyIconUrl { get; }
Property Value
Type | Description |
---|---|
DiscordUri |
Url
Gets the url of the author.
Declaration
public Uri Url { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |