Class EmbedFieldRequest
public class EmbedFieldRequest
- Inheritance
-
objectEmbedFieldRequest
Properties
IsInline
Whether the field should display inline.
[JsonProperty("inline")]
public bool IsInline { get; set; }
Property Value
Name
Name of the field.
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Value
Value of the field (1-1024 characters)
[JsonProperty("value")]
public string Value { get; set; }