Class EmbedFooter
- Namespace
- NetCord
- Assembly
- NetCord.dll
Contains information used to render the footer block of an embed.
public class EmbedFooter : IJsonModel<JsonEmbedFooter>
- Inheritance
-
EmbedFooter
- Implements
- Inherited Members
Constructors
EmbedFooter(JsonEmbedFooter)
Contains information used to render the footer block of an embed.
public EmbedFooter(JsonEmbedFooter jsonModel)
Parameters
jsonModel
JsonEmbedFooter
Properties
IconUrl
Points to an image, which is displayed in a small circular format to the left of the Text.
public string? IconUrl { get; }
Property Value
ProxyIconUrl
The URL of the icon image, proxied by the Discord CDN server.
public string? ProxyIconUrl { get; }
Property Value
Text
The text displayed in the footer, to the right of the icon if one is set, limited to 2048 characters.
public string Text { get; }