mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
AIOG-T-20 Update aliases
This commit is contained in:
parent
c9d22b900b
commit
572b2db78d
4 changed files with 38 additions and 2 deletions
|
|
@ -398,7 +398,7 @@ class TestMessage:
|
|||
message_id=42,
|
||||
date=datetime.datetime.now(),
|
||||
chat=Chat(id=42, type="private"),
|
||||
dice=Dice(value=6, emoji='X'),
|
||||
dice=Dice(value=6, emoji="X"),
|
||||
from_user=User(id=42, is_bot=False, first_name="Test"),
|
||||
),
|
||||
ContentType.DICE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue