Replies: 8 comments 1 reply
-
Hi. PTB does not modify any data in the |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Please enable logging and/or an error handler. Then you will see the following exception: 2024-12-30 12:33:05,937 - telegram.ext.Application - ERROR - No error handlers are registered, logging exception.
Traceback (most recent call last):
File "path\to\python-telegram-bot\telegram\ext\_application.py", line 1325, in process_update
await coroutine
File "path\to\python-telegram-bot\telegram\ext\_handlers\basehandler.py", line 158, in handle_update
return await self.callback(update, context)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "path\to\python-telegram-bot\foo.py", line 21, in handle_reply
print(vars(update.message.reply_to_message))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: vars() argument must have __dict__ attribute |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
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) |
Beta Was this translation helpful? Give feedback.
-
is it working in group?? |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
it is working fine in dm but when replying in group it is not working can u help me brother |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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 like
give the photo in update.message.reply_to_message.photo so I can download the image
Describe alternatives you've considered
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions