Use @Format
Use formats
Quick response
@Event('start')
start() {
@Format('quickReplies', ['yes', 'no'])
> Continue ?
Prompt()
> Ok !
}Carousel
@Event('start')
start() {
@Format('carousel', [
{
title: 'TITLE',
subtitle: 'SUBTITLE',
image: 'URL_IMAGE',
buttons: [
{
url: 'URL',
title: 'TITLE BUTTON'
}
]
}
])
> Continue ?
}Display an image
Send text with buttons
Webview
Share button
Show a video
Send a contact
Last updated