I am using python and getting this error.
When I run this, appears: "AttributeError: module 'telegram' has no attribute 'Bot'" Any ideas how to solve this?
I assume you're referring to python-telegram-bot and that you solely use python-pip
for package installation (and not your OS's package manager):
~> pip3 list | grep -i telegram
python-telegram-bot 11.1.0
pip install --user --force-reinstall python-telegram-bot
telegram.py
within your project.It seems like you've installed the telegram
package (according to the comments). Uninstall that one, and then you need to go and choose one that gives you the Bot
class instead. For example:
Looks to me like the first one is more developed (the second one hasn't been touched in a while), but they have different licenses. Explore the options!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With