Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 872 Bytes

File metadata and controls

26 lines (20 loc) · 872 Bytes

Zernio::SendInboxMessageRequestInteractive

Properties

Name Type Description Notes
type String Which interactive layout to render.
header SendInboxMessageRequestInteractiveHeader [optional]
body SendInboxMessageRequestInteractiveBody
footer SendInboxMessageRequestInteractiveFooter [optional]
action SendInboxMessageRequestInteractiveAction [optional]

Example

require 'zernio-sdk'

instance = Zernio::SendInboxMessageRequestInteractive.new(
  type: null,
  header: null,
  body: null,
  footer: null,
  action: null
)