You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use your bot and am getting the following error: Traceback (most recent call last):
File "bot.py", line 8, in
from telegram import Emoji, ParseMode, TelegramError, Update
ImportError: cannot import name 'Emoji'
I did a pip install of python-telegram-bot. Any thoughts?
The text was updated successfully, but these errors were encountered:
Solution found!
It seems the Emoji support was deprecated in python-telegram-bot V5.1, so in order to make it work you have to install V5.0 using pip install python-telegram-bot==5.0
I'm trying to use your bot and am getting the following error: Traceback (most recent call last):
File "bot.py", line 8, in
from telegram import Emoji, ParseMode, TelegramError, Update
ImportError: cannot import name 'Emoji'
I did a pip install of python-telegram-bot. Any thoughts?
The text was updated successfully, but these errors were encountered: