mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 18:01:04 +00:00
Rel import
This commit is contained in:
parent
a315d6d390
commit
44bf906110
5 changed files with 11 additions and 11 deletions
|
|
@ -1,9 +1,9 @@
|
|||
import datetime
|
||||
|
||||
from aiogram.types import Deserializable
|
||||
from aiogram.types.chat import Chat
|
||||
from aiogram.types.message_entity import MessageEntity
|
||||
from aiogram.types.user import User
|
||||
from . import Deserializable
|
||||
from .chat import Chat
|
||||
from .message_entity import MessageEntity
|
||||
from .user import User
|
||||
|
||||
|
||||
class Message(Deserializable):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue