Ivan Kalita

Results 3 issues of Ivan Kalita

I added asyncio loop exception handler and Telegram exception handling on top of it. Closes: #179

This patch fixes two problems in the Bottery.stop behavior: 1. `self.session.close()` was not awaited; 2. `self.loop.close()` causes an exception "Can not close running loop" in some cases. Closes: #175

Hi, First of all, thank you for this repo, it's really helpful! What do you think about merging this repo to https://github.com/JetBrains/phpstorm-stubs/pulls?