abhinavdahiya / go-messenger-bot

Golang bindings for the Messenger Bot API
https://godoc.org/github.com/abhinavdahiya/go-messenger-bot
MIT License
52 stars 10 forks source link

Sending a quick reply causes an error #4

Closed keeth closed 7 years ago

keeth commented 7 years ago

The problem was simply that the incorrect key was being sent in the request. It should be quick_replies

abhinavdahiya commented 7 years ago

Thanks @keeth