Struct EmbedAuthor
A author field of an Discord.Embed.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public struct EmbedAuthor
Properties​
Name​
Gets the name of the author field.
View Source​
Declaration
public string Name { readonly get; }
Url​
Gets the URL of the author field.
View Source​
Declaration
public string Url { readonly get; }
IconUrl​
Gets the icon URL of the author field.
View Source​
Declaration
public string IconUrl { readonly get; }
ProxyIconUrl​
Gets the proxified icon URL of the author field.
View Source​
Declaration
public string ProxyIconUrl { readonly get; }
Methods​
ToString()​
Gets the name of the author field.
View Source​
Declaration
public override string ToString()
Returns​
System.String