2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-02 23:35:17 +00:00

Make Dialog and Dialogs importable and printable

This commit is contained in:
Dan
2018-07-04 21:05:00 +02:00
parent 1ed202b926
commit 91cf2d1a8e
3 changed files with 6 additions and 2 deletions

View File

@@ -22,6 +22,8 @@ from .chat import Chat
from .chat_member import ChatMember
from .chat_photo import ChatPhoto
from .contact import Contact
from .dialog import Dialog
from .dialogs import Dialogs
from .document import Document
from .gif import GIF
from .input_media_photo import InputMediaPhoto