mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added full support ob Bot API 7.10
This commit is contained in:
parent
a2fa4c50ba
commit
c79da13d8e
27 changed files with 386 additions and 78 deletions
|
|
@ -527,7 +527,7 @@ TEST_MESSAGE_GIVEAWAY_CREATED = Message(
|
|||
date=datetime.datetime.now(),
|
||||
chat=Chat(id=42, type="private"),
|
||||
from_user=None,
|
||||
giveaway_created=GiveawayCreated(),
|
||||
giveaway_created=GiveawayCreated(prize_star_count=42),
|
||||
)
|
||||
TEST_MESSAGE_GIVEAWAY_WINNERS = Message(
|
||||
message_id=42,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue