aiotg icon indicating copy to clipboard operation
aiotg copied to clipboard

Asynchronous Python library for building Telegram bots

Results 4 aiotg issues
Sort by recently updated
recently updated
newest added

https://github.com/romis2012/aiosocksy is not maintained anymore and restricted to use `aiohttp

The singular field has been deprecated for a long time (https://core.telegram.org/bots/api-changelog#may-18-2017) and has been removed from the documentation. Please add support for the plural version. Currently I do ``` @bot.handle('new_chat_member')...

This line leads [code](https://github.com/szastupov/aiotg/blob/4e79e5af60283c89e96a6cbe29665a4f3bacb3bd/aiotg/bot.py#L562) to the exception: `can only concatenate str (not "Request") to str`