Struct EmbedAuthor
A author field of an Embed.
Assembly: Discord.Net.Core.dll
Syntax
public struct EmbedAuthor
Properties
|
Improve this Doc
View Source
IconUrl
Gets the icon URL of the author field.
Declaration
public string IconUrl { readonly get; }
Property Value
|
Improve this Doc
View Source
Name
Gets the name of the author field.
Declaration
public string Name { readonly get; }
Property Value
|
Improve this Doc
View Source
ProxyIconUrl
Gets the proxified icon URL of the author field.
Declaration
public string ProxyIconUrl { readonly get; }
Property Value
|
Improve this Doc
View Source
Url
Gets the URL of the author field.
Declaration
public string Url { readonly get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(Nullable<EmbedAuthor>)
Declaration
public bool Equals(EmbedAuthor? embedAuthor)
Parameters
Returns
|
Improve this Doc
View Source
Equals(Object)
Determines whether the specified object is equal to the current EmbedAuthor.
Declaration
public override bool Equals(object obj)
Parameters
Returns
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
|
Improve this Doc
View Source
ToString()
Gets the name of the author field.
Declaration
public override string ToString()
Returns
Operators
|
Improve this Doc
View Source
Equality(Nullable<EmbedAuthor>, Nullable<EmbedAuthor>)
Declaration
public static bool operator ==(EmbedAuthor? left, EmbedAuthor? right)
Parameters
Returns
|
Improve this Doc
View Source
Inequality(Nullable<EmbedAuthor>, Nullable<EmbedAuthor>)
Declaration
public static bool operator !=(EmbedAuthor? left, EmbedAuthor? right)
Parameters
Returns