messenger_generic_template
Allows the creation of messages from Messenger Generic Templates.
messenger_generic_template(elements=Hash|Array, image_aspect_ration=Enum, quick_replies=Array)
messenger_generic_template(elements=Hash|Array, image_aspect_ration=Enum, quick_replies=Array)
Platforms
Platform | Supported |
---|---|
Messenger | |
Telegram |
Usage
Params
Name | Description |
---|---|
| Required. Can be Hash or an Array of Hashes. View the full structure of |
| Optional.
The aspect ratio used to render images specified by |
| Optional. Array of buttons that appear below the carousel. |
Learn more about Messenger Generic Templates in the official documentation.
Last updated