Fixed AttributeError

This commit is contained in:
JRoot Junior 2024-07-06 20:42:21 +03:00
parent cf168d9c73
commit b3b492bab1
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
9 changed files with 17 additions and 13 deletions

View file

@ -2,12 +2,12 @@ import datetime
from aiogram.methods import SendPaidMedia
from aiogram.types import (
Message,
Chat,
PaidMediaPhoto,
PaidMediaInfo,
PhotoSize,
InputPaidMediaPhoto,
Message,
PaidMediaInfo,
PaidMediaPhoto,
PhotoSize,
)
from tests.mocked_bot import MockedBot

View file

@ -24,6 +24,7 @@ from aiogram.methods import (
SendLocation,
SendMediaGroup,
SendMessage,
SendPaidMedia,
SendPhoto,
SendPoll,
SendSticker,
@ -35,7 +36,6 @@ from aiogram.methods import (
StopMessageLiveLocation,
TelegramMethod,
UnpinChatMessage,
SendPaidMedia,
)
from aiogram.types import (
UNSET_PARSE_MODE,