mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 05:18:10 +00:00
Fix init not having message and media types
This commit is contained in:
parent
4e6add7a70
commit
42d3b467fb
@ -28,13 +28,11 @@ from .input_media import (
|
|||||||
InputMediaAudio, InputPhoneContact, InputMediaVideo, InputMediaPhoto,
|
InputMediaAudio, InputPhoneContact, InputMediaVideo, InputMediaPhoto,
|
||||||
InputMediaDocument, InputMediaAnimation
|
InputMediaDocument, InputMediaAnimation
|
||||||
)
|
)
|
||||||
from .media import (
|
from .messages_and_media import (
|
||||||
Audio, Contact, Document, Animation, Location, Photo, PhotoSize,
|
Audio, Contact, Document, Animation, Location, Photo, PhotoSize,
|
||||||
Sticker, Venue, Video, VideoNote, Voice, UserProfilePhotos
|
Sticker, Venue, Video, VideoNote, Voice, UserProfilePhotos,
|
||||||
|
Message, Messages, MessageEntity
|
||||||
)
|
)
|
||||||
from .message import Message
|
|
||||||
from .message_entity import MessageEntity
|
|
||||||
from .messages import Messages
|
|
||||||
from .update import Update
|
from .update import Update
|
||||||
from .user_and_chats import (
|
from .user_and_chats import (
|
||||||
Chat, ChatMember, ChatMembers, ChatPhoto,
|
Chat, ChatMember, ChatMembers, ChatPhoto,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user