davidchua / pymessenger

A Python Wrapper for the FB Messenger Bot API (Send/Receive API)
MIT License
457 stars 185 forks source link

AttributeError: 'Bot' object has no attribute 'send_quickreply' #61

Open jersobh opened 6 years ago

jersobh commented 6 years ago

Hi there, I'm getting this error:

bot = Bot(FB_ACCESS_TOKEN) bot.send_quickreply(sender_id, "Olá! Bem vindo!", talk_categories) AttributeError: 'Bot' object has no attribute 'send_quickreply'

Cretezy commented 6 years ago

Check out the fork on my profile