2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-25 03:17:41 +00:00

Add new folder for messages and media related types

This commit is contained in:
Dan 2018-08-09 21:53:49 +02:00
parent 3a5dc20fb5
commit 2b4138ee30
17 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ from .audio import Audio
from .contact import Contact from .contact import Contact
from .document import Document from .document import Document
from .location import Location from .location import Location
from .message import Message
from .message_entity import MessageEntity
from .messages import Messages
from .photo import Photo from .photo import Photo
from .photo_size import PhotoSize from .photo_size import PhotoSize
from .sticker import Sticker from .sticker import Sticker