Small changes in documentation

This commit is contained in:
Alex Root Junior 2021-05-12 23:00:12 +03:00
parent 9f902ef232
commit 74db2c47e6
8 changed files with 88 additions and 52 deletions

View file

@ -15,6 +15,8 @@ from aiogram.methods import GetMe, GetUpdates, SendMessage
from aiogram.types import (
CallbackQuery,
Chat,
ChatMember,
ChatMemberUpdated,
ChosenInlineResult,
InlineQuery,
Message,
@ -26,8 +28,6 @@ from aiogram.types import (
ShippingQuery,
Update,
User,
ChatMemberUpdated,
ChatMember,
)
from tests.mocked_bot import MockedBot