Struct EmbedProvider
A provider field for an Discord.Embed.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public struct EmbedProvider
Properties​
Name​
Gets the name of the provider.
View Source​
Declaration
public readonly string Name { get; }
Url​
Gets the URL of the provider.
View Source​
Declaration
public readonly string Url { get; }
Methods​
ToString()​
Gets the name of the provider.
View Source​
Declaration
public override string ToString()
Returns​
System.String
:
A string that resolves to Discord.EmbedProvider.Name.