Added base support of Bot API 7.2

This commit is contained in:
JRoot Junior 2024-03-31 21:09:26 +03:00
parent a92cb0a03a
commit 27f0631bcf
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
11 changed files with 419 additions and 1 deletions

View file

@ -26,7 +26,7 @@ from aiogram.exceptions import (
TelegramUnauthorizedError,
)
from aiogram.methods import DeleteMessage, GetMe, TelegramMethod
from aiogram.types import UNSET_PARSE_MODE, User, LinkPreviewOptions
from aiogram.types import UNSET_PARSE_MODE, LinkPreviewOptions, User
from aiogram.types.base import UNSET_DISABLE_WEB_PAGE_PREVIEW, UNSET_PROTECT_CONTENT
from tests.mocked_bot import MockedBot