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 sorry to say that due to other obligations I have had no time to work on ptbtest for a while.
It will not work with any version of python-telegram-bot above 6.0. I will put a notice in the readme to reflect this.
When I try to create a Upater using the Mockbot like on your examples, I get the following error:
"AttributeError: 'Mockbot' object has no attribute 'request' "
Running your examples I got the same.
I manage to solve this by setting a request attribute as telegram.utils.request.Request. It shouldn't be already defined?
The text was updated successfully, but these errors were encountered: