pyrofork: remove entities parameter in send_paid_media docs

Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
wulan17 2024-07-01 20:41:24 +07:00
parent b5a00aa539
commit 240d3bfde5
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5

View file

@ -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.