From d70e69d9f6c0be124cc890c13525a220f980ead0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CA=99=E1=B4=80=E1=B4=85=20=E1=B4=8D=E1=B4=9C=C9=B4?= =?UTF-8?q?=E1=B4=85=E1=B4=80=20=F0=9F=8C=B8?= <154504921+Badhacker98@users.noreply.github.com> Date: Fri, 18 Oct 2024 15:19:59 +0530 Subject: [PATCH] Update ults.py --- shizuchat/modules/helpers/ults.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shizuchat/modules/helpers/ults.py b/shizuchat/modules/helpers/ults.py index b0a7605..970bfe2 100644 --- a/shizuchat/modules/helpers/ults.py +++ b/shizuchat/modules/helpers/ults.py @@ -1,3 +1,6 @@ +from pyrogram.types import Message, InlineKeyboardButton + + def get_file_id(msg: Message): if not msg.media: return None for message_type in ("photo", "animation", "audio", "document", "video", "video_note", "voice", "sticker"):