-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Hi,
I tried to send image and quick replies in one message (or in two in row) but it's not possible. I have working code but for native Facebook messenger bot code, not for framework:
message: {
attachment: {
type: "image",
payload: {
url: "ULR_OF_IMAGE"
}
},
quick_replies: [{
content_type: "text",
title: "Scroll down",
payload: "scroll_down_payload"
},
{
content_type: "text",
title: "Scroll up",
payload: "YOUR_DEFINED_PAYLOAD_FOR_NEXT_IMAGE"
},
{
content_type: "text",
title: "Scroll top",
payload: "YOUR_DEFINED_PAYLOAD_FOR_NEXT_IMAGE"
}
]
}
Metadata
Metadata
Assignees
Labels
No labels