I can`t able to do it

2020-12-03 18:31:23,723 - apscheduler.scheduler - INFO - Scheduler started
2020-12-03 18:31:24,901 - main - INFO - started polling…
<telegram.ext.callbackcontext.CallbackContext object at 0x0000020D36C0B5B0>
2020-12-03 18:31:30,888 - main - ERROR - Update ‘<telegram.ext.callbackcontext.CallbackContext object at 0x0000020D36BF07C0>’ caused error ‘‘CallbackContext’ object has no attribute ‘message’’

i have seen all discussion also but no where i got any solution for it

hey @ni400044,
First of all , we are were sorry to be late.
And now your doubt. The problem is that the latest python-telegram-bot version ( 13.0 ) has got some syntax changed .
So , what you can do is , just lower the version to 12.8 and work accordingly as shown in the videos.

I hope this helps .
Thank You and Happy Learning :slightly_smiling_face:.

how can i lower the version

just run this command in your cmd ( if you are not working in anaconda )
python -m pip install --upgrade python-telegram-bot==12.8

This will install version 12.8.

thank you so much…it really helped

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.