From 240d3bfde595dbd214f2ba80adba05f0a93a13b9 Mon Sep 17 00:00:00 2001 From: wulan17 Date: Mon, 1 Jul 2024 20:41:24 +0700 Subject: [PATCH] pyrofork: remove entities parameter in send_paid_media docs Signed-off-by: wulan17 --- pyrogram/methods/messages/send_paid_media.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyrogram/methods/messages/send_paid_media.py b/pyrogram/methods/messages/send_paid_media.py index 3013b406..a04f4655 100644 --- a/pyrogram/methods/messages/send_paid_media.py +++ b/pyrogram/methods/messages/send_paid_media.py @@ -67,9 +67,6 @@ class SendPaidMedia: parse_mode (:obj:`~pyrogram.enums.ParseMode`, *optional*): Send Markdown or HTML, if you want Telegram apps to show bold, italic, fixed-width text or inline URLs in your bot's message. - entities (List of :obj:`~pyrogram.types.MessageEntity`, *optional*): - List of special entities that appear in the text, which can be specified instead of parse_mode. - disable_notification (``bool``, *optional*): Sends the message silently. Users will receive a notification with no sound.