Module: Whatsapp::MessageTemplates::LibraryTemplate::ButtonInputs::Types
- Defined in:
- lib/ruby/whatsapp/message_templates/library_template/button_inputs.rb
Overview
The button kinds a library template may expose for customisation. Wider than Button::TYPES because Meta documents these by name here even where it publishes no create-from-scratch schema for them.
Constant Summary collapse
- QUICK_REPLY =
"QUICK_REPLY"- URL =
"URL"- PHONE_NUMBER =
"PHONE_NUMBER"- OTP =
"OTP"- MPM =
"MPM"- CATALOG =
"CATALOG"- FLOW =
"FLOW"- VOICE_CALL =
"VOICE_CALL"- APP =
"APP"- ALL =
[QUICK_REPLY, URL, PHONE_NUMBER, OTP, MPM, CATALOG, FLOW, VOICE_CALL, APP].freeze