Class EmbedProvider
- Namespace
- NetCord
- Assembly
- NetCord.dll
Contains information used to display the provider tag at the top of an embed.
public class EmbedProvider : IJsonModel<JsonEmbedProvider>
- Inheritance
-
EmbedProvider
- Implements
- Inherited Members
Constructors
EmbedProvider(JsonEmbedProvider)
Contains information used to display the provider tag at the top of an embed.
public EmbedProvider(JsonEmbedProvider jsonModel)
Parameters
jsonModel
JsonEmbedProvider
Properties
Name
The name of the provider, displayed at the top of the embed.
public string? Name { get; }
Property Value
Url
When set, turns the Name into a clickable link, pointing to the base of the specified URL.
public string? Url { get; }