Pyrofork: Add missing import

Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
wulan17 2023-08-03 01:59:15 +07:00
parent bded447cb6
commit b3e692f0b1
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5

View file

@ -21,7 +21,7 @@ from datetime import datetime
from typing import Union, List, Optional
import pyrogram
from pyrogram import types, enums
from pyrogram import types, enums, raw
log = logging.getLogger(__name__)