Added support of Telegram BOt API 6.0

This commit is contained in:
Alex Root Junior 2022-04-16 18:09:58 +03:00
parent 51d3ad7d94
commit 0e2beb24c2
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
23 changed files with 969 additions and 574 deletions

View file

@ -1,4 +1,4 @@
VENV_NAME := venv
VENV_NAME := .venv
PYTHON := $(VENV_NAME)/bin/python
AIOGRAM_VERSION := $(shell $(PYTHON) -c "import aiogram;print(aiogram.__version__)")