Telegram Bot ConversationHandler Skips Waiting for User Input and Gives AttributeError ‘NoneType’ object has no attribute ‘reply_text’
I’m building a Telegram bot that interacts with users to edit and upload videos using the python-telegram-bot
library. The bot retrieves videos from Reddit, edits them using moviepy
, and then asks the user for additional input through a conversation handler. However, I’m encountering a couple of issues:
How to correctly filter messages using MessageHandler from telegram.ext
Im doing my bot using Python3 and telegram-python-bot library using modules telegram and telegram.ext.
Now Im facing problem with creating custom filter for filter out messages from adminowner of this chat.