mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added base support of Bot API 7.2
This commit is contained in:
parent
a92cb0a03a
commit
27f0631bcf
11 changed files with 419 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue