Fix wrong usages of italic delimiters

This commit is contained in:
Dan 2020-12-26 13:08:40 +01:00
parent a3464e0bf1
commit c2c857b61b
17 changed files with 27 additions and 27 deletions

View File

@ -76,7 +76,7 @@ class CopyMessage(Scaffold):
Pass None to completely disable style parsing.
caption_entities (List of :obj:`~pyrogram.types.MessageEntity`):
List of special entities that appear in the new caption, which can be specified instead of __parse_mode__.
List of special entities that appear in the new caption, which can be specified instead of *parse_mode*.
disable_notification (``bool``, *optional*):
Sends the message silently.

View File

@ -54,7 +54,7 @@ class EditMessageCaption(Scaffold):
Pass None to completely disable style parsing.
caption_entities (List of :obj:`~pyrogram.types.MessageEntity`):
List of special entities that appear in the caption, which can be specified instead of __parse_mode__.
List of special entities that appear in the caption, which can be specified instead of *parse_mode*.
reply_markup (:obj:`~pyrogram.types.InlineKeyboardMarkup`, *optional*):
An InlineKeyboardMarkup object.

View File

@ -57,7 +57,7 @@ class EditMessageText(Scaffold):
Pass None to completely disable style parsing.
entities (List of :obj:`~pyrogram.types.MessageEntity`):
List of special entities that appear in message text, which can be specified instead of __parse_mode__.
List of special entities that appear in message text, which can be specified instead of *parse_mode*.
disable_web_page_preview (``bool``, *optional*):
Disables link previews for links in this message.

View File

@ -85,7 +85,7 @@ class SendAnimation(Scaffold):
Pass None to completely disable style parsing.
caption_entities (List of :obj:`~pyrogram.types.MessageEntity`):
List of special entities that appear in the caption, which can be specified instead of __parse_mode__.
List of special entities that appear in the caption, which can be specified instead of *parse_mode*.
duration (``int``, *optional*):
Duration of sent animation in seconds.

View File

@ -82,7 +82,7 @@ class SendAudio(Scaffold):
Pass None to completely disable style parsing.
caption_entities (List of :obj:`~pyrogram.types.MessageEntity`):
List of special entities that appear in the caption, which can be specified instead of __parse_mode__.
List of special entities that appear in the caption, which can be specified instead of *parse_mode*.
duration (``int``, *optional*):
Duration of the audio in seconds.

View File

@ -69,7 +69,7 @@ class SendCachedMedia(Scaffold):
Pass None to completely disable style parsing.
caption_entities (List of :obj:`~pyrogram.types.MessageEntity`):
List of special entities that appear in the caption, which can be specified instead of __parse_mode__.
List of special entities that appear in the caption, which can be specified instead of *parse_mode*.
disable_notification (``bool``, *optional*):
Sends the message silently.

View File

@ -84,7 +84,7 @@ class SendDocument(Scaffold):
Pass None to completely disable style parsing.
caption_entities (List of :obj:`~pyrogram.types.MessageEntity`):
List of special entities that appear in the caption, which can be specified instead of __parse_mode__.
List of special entities that appear in the caption, which can be specified instead of *parse_mode*.
file_name (``str``, *optional*):
File name of the document sent.

View File

@ -60,7 +60,7 @@ class SendMessage(Scaffold):
Pass None to completely disable style parsing.
entities (List of :obj:`~pyrogram.types.MessageEntity`):
List of special entities that appear in message text, which can be specified instead of __parse_mode__.
List of special entities that appear in message text, which can be specified instead of *parse_mode*.
disable_web_page_preview (``bool``, *optional*):
Disables link previews for links in this message.

View File

@ -76,7 +76,7 @@ class SendPhoto(Scaffold):
Pass None to completely disable style parsing.
caption_entities (List of :obj:`~pyrogram.types.MessageEntity`):
List of special entities that appear in the caption, which can be specified instead of __parse_mode__.
List of special entities that appear in the caption, which can be specified instead of *parse_mode*.
ttl_seconds (``int``, *optional*):
Self-Destruct Timer.

View File

@ -82,7 +82,7 @@ class SendVideo(Scaffold):
Pass None to completely disable style parsing.
caption_entities (List of :obj:`~pyrogram.types.MessageEntity`):
List of special entities that appear in the caption, which can be specified instead of __parse_mode__.
List of special entities that appear in the caption, which can be specified instead of *parse_mode*.
ttl_seconds (``int``, *optional*):
Self-Destruct Timer.

View File

@ -76,7 +76,7 @@ class SendVoice(Scaffold):
Pass None to completely disable style parsing.
caption_entities (List of :obj:`~pyrogram.types.MessageEntity`):
List of special entities that appear in the caption, which can be specified instead of __parse_mode__.
List of special entities that appear in the caption, which can be specified instead of *parse_mode*.
duration (``int``, *optional*):
Duration of the voice message in seconds.

View File

@ -48,7 +48,7 @@ class InputMediaAnimation(InputMedia):
Pass None to completely disable style parsing.
caption_entities (List of :obj:`~pyrogram.types.MessageEntity`):
List of special entities that appear in the caption, which can be specified instead of __parse_mode__.
List of special entities that appear in the caption, which can be specified instead of *parse_mode*.
width (``int``, *optional*):
Animation width.

View File

@ -50,7 +50,7 @@ class InputMediaAudio(InputMedia):
Pass None to completely disable style parsing.
caption_entities (List of :obj:`~pyrogram.types.MessageEntity`):
List of special entities that appear in the caption, which can be specified instead of __parse_mode__.
List of special entities that appear in the caption, which can be specified instead of *parse_mode*.
duration (``int``, *optional*):
Duration of the audio in seconds

View File

@ -48,7 +48,7 @@ class InputMediaDocument(InputMedia):
Pass None to completely disable style parsing.
caption_entities (List of :obj:`~pyrogram.types.MessageEntity`):
List of special entities that appear in the caption, which can be specified instead of __parse_mode__.
List of special entities that appear in the caption, which can be specified instead of *parse_mode*.
"""
def __init__(

View File

@ -44,7 +44,7 @@ class InputMediaPhoto(InputMedia):
Pass None to completely disable style parsing.
caption_entities (List of :obj:`~pyrogram.types.MessageEntity`):
List of special entities that appear in the caption, which can be specified instead of __parse_mode__.
List of special entities that appear in the caption, which can be specified instead of *parse_mode*.
"""
def __init__(

View File

@ -50,7 +50,7 @@ class InputMediaVideo(InputMedia):
Pass None to completely disable style parsing.
caption_entities (List of :obj:`~pyrogram.types.MessageEntity`):
List of special entities that appear in the caption, which can be specified instead of __parse_mode__.
List of special entities that appear in the caption, which can be specified instead of *parse_mode*.
width (``int``, *optional*):
Video width.

View File

@ -751,7 +751,7 @@ class Message(Object, Update):
Pass None to completely disable style parsing.
entities (List of :obj:`~pyrogram.types.MessageEntity`):
List of special entities that appear in message text, which can be specified instead of __parse_mode__.
List of special entities that appear in message text, which can be specified instead of *parse_mode*.
disable_web_page_preview (``bool``, *optional*):
Disables link previews for links in this message.
@ -853,7 +853,7 @@ class Message(Object, Update):
Pass None to completely disable style parsing.
caption_entities (List of :obj:`~pyrogram.types.MessageEntity`):
List of special entities that appear in the caption, which can be specified instead of __parse_mode__.
List of special entities that appear in the caption, which can be specified instead of *parse_mode*.
duration (``int``, *optional*):
Duration of sent animation in seconds.
@ -995,7 +995,7 @@ class Message(Object, Update):
Pass None to completely disable style parsing.
caption_entities (List of :obj:`~pyrogram.types.MessageEntity`):
List of special entities that appear in the caption, which can be specified instead of __parse_mode__.
List of special entities that appear in the caption, which can be specified instead of *parse_mode*.
duration (``int``, *optional*):
Duration of the audio in seconds.
@ -1129,7 +1129,7 @@ class Message(Object, Update):
Pass None to completely disable style parsing.
caption_entities (List of :obj:`~pyrogram.types.MessageEntity`):
List of special entities that appear in the caption, which can be specified instead of __parse_mode__.
List of special entities that appear in the caption, which can be specified instead of *parse_mode*.
disable_notification (``bool``, *optional*):
Sends the message silently.
@ -1352,7 +1352,7 @@ class Message(Object, Update):
Pass None to completely disable style parsing.
caption_entities (List of :obj:`~pyrogram.types.MessageEntity`):
List of special entities that appear in the caption, which can be specified instead of __parse_mode__.
List of special entities that appear in the caption, which can be specified instead of *parse_mode*.
disable_notification (``bool``, *optional*):
Sends the message silently.
@ -1747,7 +1747,7 @@ class Message(Object, Update):
Pass None to completely disable style parsing.
caption_entities (List of :obj:`~pyrogram.types.MessageEntity`):
List of special entities that appear in the caption, which can be specified instead of __parse_mode__.
List of special entities that appear in the caption, which can be specified instead of *parse_mode*.
ttl_seconds (``int``, *optional*):
Self-Destruct Timer.
@ -2180,7 +2180,7 @@ class Message(Object, Update):
Pass None to completely disable style parsing.
caption_entities (List of :obj:`~pyrogram.types.MessageEntity`):
List of special entities that appear in the caption, which can be specified instead of __parse_mode__.
List of special entities that appear in the caption, which can be specified instead of *parse_mode*.
ttl_seconds (``int``, *optional*):
Self-Destruct Timer.
@ -2447,7 +2447,7 @@ class Message(Object, Update):
Pass None to completely disable style parsing.
caption_entities (List of :obj:`~pyrogram.types.MessageEntity`):
List of special entities that appear in the caption, which can be specified instead of __parse_mode__.
List of special entities that appear in the caption, which can be specified instead of *parse_mode*.
duration (``int``, *optional*):
Duration of the voice message in seconds.
@ -2550,7 +2550,7 @@ class Message(Object, Update):
Pass None to completely disable style parsing.
entities (List of :obj:`~pyrogram.types.MessageEntity`):
List of special entities that appear in message text, which can be specified instead of __parse_mode__.
List of special entities that appear in message text, which can be specified instead of *parse_mode*.
disable_web_page_preview (``bool``, *optional*):
Disables link previews for links in this message.
@ -2612,7 +2612,7 @@ class Message(Object, Update):
Pass None to completely disable style parsing.
caption_entities (List of :obj:`~pyrogram.types.MessageEntity`):
List of special entities that appear in the caption, which can be specified instead of __parse_mode__.
List of special entities that appear in the caption, which can be specified instead of *parse_mode*.
reply_markup (:obj:`~pyrogram.types.InlineKeyboardMarkup`, *optional*):
An InlineKeyboardMarkup object.
@ -2811,7 +2811,7 @@ class Message(Object, Update):
Pass None to completely disable style parsing.
caption_entities (List of :obj:`~pyrogram.types.MessageEntity`):
List of special entities that appear in the new caption, which can be specified instead of __parse_mode__.
List of special entities that appear in the new caption, which can be specified instead of *parse_mode*.
disable_notification (``bool``, *optional*):
Sends the message silently.