- Notifications
You must be signed in to change notification settings - Fork5.7k
-
What kind of feature are you missing? Where do you notice a shortcoming of PTB?I have filters.REPLY in my handler but it is not capturing when I am replying to an image. I need it capture that too Describe the solution you'd likegive the photo in update.message.reply_to_message.photo so I can download the image Describe alternatives you've consideredNo response Additional contextNo response |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 8 comments 1 reply
-
Hi. PTB does not modify any data in the |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
|
BetaWas this translation helpful?Give feedback.
All reactions
-
Please enablelogging and/or an error handler. Then you will see the following exception: 2024-12-3012:33:05,937-telegram.ext.Application-ERROR-Noerrorhandlersareregistered,loggingexception.Traceback (mostrecentcalllast):File"path\to\python-telegram-bot\telegram\ext\_application.py",line1325,inprocess_updateawaitcoroutineFile"path\to\python-telegram-bot\telegram\ext\_handlers\basehandler.py",line158,inhandle_updatereturnawaitself.callback(update,context)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^File"path\to\python-telegram-bot\foo.py",line21,inhandle_replyprint(vars(update.message.reply_to_message))^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^TypeError:vars()argumentmusthave__dict__attribute |
BetaWas this translation helpful?Give feedback.
All reactions
-
|
BetaWas this translation helpful?Give feedback.
All reactions
-
works for me, so I assume the issue is closed. if you're issue is not resolved, please explain what's still missing (rather than simply tagging me ;P) |
BetaWas this translation helpful?Give feedback.
All reactions
-
is it working in group?? |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Please test that yourself. If you have technical questions, I'm happy to help, but you'll have to meet me half way. PS:https://github.com/python-telegram-bot/python-telegram-bot/wiki/Ask-Right |
BetaWas this translation helpful?Give feedback.
All reactions
-
it is working fine in dm but when replying in group it is not working can u help me brother |
BetaWas this translation helpful?Give feedback.
All reactions
-
https://github.com/python-telegram-bot/python-telegram-bot/wiki/Ask-Right please explain it detail what exactly is not working in a group. |
BetaWas this translation helpful?Give feedback.
All reactions
This discussion was converted from issue #4619 on December 30, 2024 11:46.