Skip to content

Commit 8845b97

Browse files
delivranceBelgenOp
andauthored
* Fix docs (pyrogram#699) * typo fixing * Update inline_query_result_video.py * layer update 129 (commits) * fixes * Update main_api.tl * Update main_api.tl Co-authored-by: BelgenOp <76117511+BelgenOp@users.noreply.github.com>
1 parent 685b932 commit 8845b97

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

compiler/api/source/main_api.tl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1634,4 +1634,4 @@ stats.getMegagroupStats#dcdf8607 flags:# dark:flags.0?true channel:InputChannel
16341634
stats.getMessagePublicForwards#5630281b channel:InputChannel msg_id:int offset_rate:int offset_peer:InputPeer offset_id:int limit:int = messages.Messages;
16351635
stats.getMessageStats#b6e0a3f5 flags:# dark:flags.0?true channel:InputChannel msg_id:int = stats.MessageStats;
16361636

1637-
// LAYER 129
1637+
// LAYER 129

pyrogram/types/inline_mode/inline_query_result_audio.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class InlineQueryResultAudio(InlineQueryResult):
4848
Audio duration in seconds.
4949
5050
caption (``str``, *optional*):
51-
Caption of the photo to be sent, 0-1024 characters.
51+
Caption of the audio to be sent, 0-1024 characters.
5252
5353
parse_mode (``str``, *optional*):
5454
By default, texts are parsed using both Markdown and HTML styles.
@@ -64,7 +64,7 @@ class InlineQueryResultAudio(InlineQueryResult):
6464
Inline keyboard attached to the message.
6565
6666
input_message_content (:obj:`~pyrogram.types.InputMessageContent`, *optional*):
67-
Content of the message to be sent instead of the photo.
67+
Content of the message to be sent instead of the audio.
6868
"""
6969

7070
def __init__(

pyrogram/types/inline_mode/inline_query_result_video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class InlineQueryResultVideo(InlineQueryResult):
6161
Short description of the result.
6262
6363
caption (``str``, *optional*):
64-
Caption of the photo to be sent, 0-1024 characters.
64+
Caption of the video to be sent, 0-1024 characters.
6565
6666
parse_mode (``str``, *optional*):
6767
By default, texts are parsed using both Markdown and HTML styles.

0 commit comments

Comments
 (0)