Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 369 Bytes

File metadata and controls

18 lines (12 loc) · 369 Bytes

Late::WhatsAppBodyComponentExample

Properties

Name Type Description Notes
body_text Array<Array<String>> Sample values for body variables (array of arrays) [optional]

Example

require 'late-sdk'

instance = Late::WhatsAppBodyComponentExample.new(
  body_text: null
)