Class: WhatsAppCloudApi::InteractiveTypeEnum

Inherits:
Object
  • Object
show all
Defined in:
lib/whats_app_cloud_api/models/interactive_type_enum.rb

Overview

The type of interactive message you want to send.

Constant Summary collapse

INTERACTIVE_TYPE_ENUM =
[
  # TODO: Write general description for LIST
  LIST = 'list'.freeze,

  # TODO: Write general description for BUTTON
  BUTTON = 'button'.freeze
].freeze