Struct EmbedField
A field for an Discord.Embed.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public struct EmbedField
Properties​
Name​
Gets the name of the field.
View Source​
Declaration
public string Name { readonly get; }
Value​
Gets the value of the field.
View Source​
Declaration
public string Value { readonly get; }
Inline​
Gets a value that indicates whether the field should be in-line with each other.
View Source​
Declaration
public bool Inline { readonly get; }
Methods​
ToString()​
Gets the name of the field.
View Source​
Declaration
public override string ToString()
Returns​
System.String
:
A string that resolves to Discord.EmbedField.Name.