davidchua / pymessenger

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

No get_user_info in bot.py #69

Open antonplkv opened 5 years ago

antonplkv commented 5 years ago

There is no method as get_user_info(), i used to manualy add it in class

antonplkv commented 5 years ago

Actually it was fixed by downloading module from here. But anyway methods like send_file, send_audio dont work :(