Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 636 Bytes

File metadata and controls

24 lines (18 loc) · 636 Bytes

Zernio::WhatsAppBodyComponent

Properties

Name Type Description Notes
type String
text String Body text with optional {{n}} variables
add_security_recommendation Boolean Add security recommendation text (authentication templates only) [optional]
example WhatsAppBodyComponentExample [optional]

Example

require 'zernio-sdk'

instance = Zernio::WhatsAppBodyComponent.new(
  type: null,
  text: null,
  add_security_recommendation: null,
  example: null
)