Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

Commit

Permalink
Merge pull request #48 from botfront/fix/messages-type
Browse files Browse the repository at this point in the history
fix: add type to quick replies
  • Loading branch information
Nathan Zylbersztejn committed Oct 1, 2019
2 parents 2cb5dfd + 813de25 commit a3b5eb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rasa_addons/core/channels/webchat.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ async def send_text_with_buttons(
for button in buttons:
message["quick_replies"].append(
{
"type": button["type"],
"content_type": "text",
"title": button["title"],
"payload": button["payload"],
Expand Down

0 comments on commit a3b5eb1

Please sign in to comment.