Skip to content

Commit

Permalink
Update ults.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Badhacker98 authored Oct 18, 2024
1 parent 236cb03 commit d70e69d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shizuchat/modules/helpers/ults.py
Original file line number Diff line number Diff line change
@@ -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"):
Expand Down

0 comments on commit d70e69d

Please sign in to comment.