Struct MessageTemplate
Represents a message template.
public struct MessageTemplate
- Inherited Members
Properties
Name
The name of the template. For WhatsApp use your WhatsApp namespace (available via Facebook Business Manager), followed by a colon : and the name of the template to use.
[JsonPropertyOrder(0)]
public string Name { readonly get; set; }
Property Value
Parameters
The parameters are an array of strings. The first value being {{1}} in the template.
[JsonPropertyOrder(1)]
public List<object> Parameters { readonly get; set; }