Struct EmbedProvider
A provider field for an Embed.
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public struct EmbedProvider
Properties
| Improve this Doc View SourceName
Gets the name of the provider.
Declaration
public readonly string Name { get; }
Property Value
Type | Description |
---|---|
String | A string representing the name of the provider. |
Url
Gets the URL of the provider.
Declaration
public readonly string Url { get; }
Property Value
Type | Description |
---|---|
String | A string representing the link to the provider. |
Methods
| Improve this Doc View SourceToString()
Gets the name of the provider.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | A string that resolves to Name. |