mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Replace BusinessConnection.date type
This commit is contained in:
parent
61d1bcdd96
commit
8048a6428b
3 changed files with 9 additions and 3 deletions
|
|
@ -548,7 +548,7 @@ class TestDispatcher:
|
|||
id="qwerty",
|
||||
user=User(id=42, is_bot=False, first_name="Test"),
|
||||
user_chat_id=42,
|
||||
date=int(time.time()),
|
||||
date=datetime.datetime.now(),
|
||||
can_reply=True,
|
||||
is_enabled=True,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue