mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-08 07:54:52 +00:00
Update utils.py
This commit is contained in:
parent
e8a637e4a9
commit
f8c303e101
1 changed files with 2 additions and 2 deletions
|
|
@ -30,8 +30,8 @@ from typing import Union, List, Dict, Optional, Any, Callable, TypeVar
|
|||
from types import SimpleNamespace
|
||||
|
||||
import pyrogram
|
||||
from pyrogram import raw, enums
|
||||
from pyrogram import types
|
||||
from pyrogram import raw, enums, types
|
||||
from pyrogram.types.messages_and_media.message import Str
|
||||
from pyrogram.file_id import FileId, FileType, PHOTO_TYPES, DOCUMENT_TYPES
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue