Changelog:
---
* `allowed_updates` of `get_updates` and `set_webhook` are now handled internally, according to the set handlers (20 and 21).
* Replace GET requests to POST requests (22).
* `link` is now `_link`, as this is only used internally (23).
* The `TelegramObject` is now returned directly in wrappers through `instance.object`. This way it is not needed to redirect the magic dunders from the method to the object (23).
* Update docstrings in `TelegramMethod` to specify the idea behind using `self.object` (23).
You can upgrade your current installation via the `--upgrade` flag.