mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
* #1520 Fixed event context resolving for the callback query that is coming from the business account * Simplify some conditions * Added changelog * Fixed AttributeError
This commit is contained in:
parent
46e033e6da
commit
7f47609585
10 changed files with 24 additions and 17 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue