Class EmbedFooter
public class EmbedFooter : IEmbedFooter
- Inheritance
-
objectEmbedFooter
- Implements
Properties
IconUrl
The URL of the footer icon.
public string? IconUrl { get; set; }
Property Value
ProxyIconUrl
.
public string? ProxyIconUrl { get; set; }
Property Value
Text
The footer text.
public string? Text { get; set; }
Property Value
Methods
Create(FluxerBaseClient, EmbedFooterJson?)
Create a EmbedFooter object from json.
public static EmbedFooter? Create(FluxerBaseClient client, EmbedFooterJson? json)
Parameters
clientFluxerBaseClientjsonEmbedFooterJson