ptbtest
ptbtest copied to clipboard
I'm trying to implement some tests to a bot that I'm constructing and I got the following error: "TypeError: __init__() missing 1 required positional argument: 'is_bot' " Also, I cloned...
The code of the `parse_markdown` method is ready. Most tests are written. I want to add more tests but have still decided to open the PR so you can review...
Here is the [implementation in the tdlib](https://github.com/tdlib/td/blob/b498497bbfd6b80c86f800b3546a0170206317d3/td/telegram/LinkManager.cpp#L1192). Among other things, it is used to check whether a user has sent a proper URL. - [ ] check whether the URL...
Where to?
Where do we go from here? Opened this issue to discuss the road map to use to bring PTBtest to a new version.
consider adding an event generator for cases like PTB [ChatMemberUpdated](https://github.com/python-telegram-bot/python-telegram-bot/blob/v22.0/telegram/_chatmemberupdated.py#L36-L214) or any other services messages.