import types

This commit is contained in:
Np Dk 2023-09-28 18:20:05 +07:00
parent da2a9db70c
commit 885eb4b867

View file

@ -20,7 +20,7 @@
from typing import Union
import pyrogram
from pyrogram import raw
from pyrogram import raw, types
class SendInlineBotResult: