Interface IEmbedAuthor
public interface IEmbedAuthor
Properties
IconUrl
The URL of the author icon.
string? IconUrl { get; }
Property Value
Name
The name of the author.
string? Name { get; }
Property Value
ProxyIconUrl
The proxied URL of the author icon.
string? ProxyIconUrl { get; }
Property Value
Url
The URL of the author.
string? Url { get; }