Struct EmbedProvider
A provider field for an Embed.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
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 string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String | A string representing the name of the provider. |
Url
Gets the URL of the provider.
Declaration
public string Url { get; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.String | A string that resolves to Name. |
Overrides
System.ValueType.ToString()