2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 12:57:52 +00:00

Fix docstring indentation

This commit is contained in:
Dan 2022-04-24 11:56:07 +02:00
parent c0dc882f2c
commit d87810ceb0
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ class InlineQueryResultCachedPhoto(InlineQueryResult):
You can combine both syntaxes together.
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

@ -63,7 +63,7 @@ class InlineQueryResultPhoto(InlineQueryResult):
You can combine both syntaxes together.
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.