Class EmbedAuthor
public class EmbedAuthor : IEmbedAuthor
- Inheritance
-
objectEmbedAuthor
- Implements
Properties
IconUrl
The URL of the author icon.
public string? IconUrl { get; set; }
Property Value
Name
The name of the author.
public string? Name { get; set; }
Property Value
ProxyIconUrl
The proxied URL of the author icon.
public string? ProxyIconUrl { get; set; }
Property Value
Url
The URL of the author.
public string? Url { get; set; }
Property Value
Methods
Create(FluxerBaseClient, EmbedAuthorJson?)
Create a EmbedAuthor object from json.
public static EmbedAuthor? Create(FluxerBaseClient client, EmbedAuthorJson? json)
Parameters
clientFluxerBaseClientjsonEmbedAuthorJson