File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
pyrogram/types/inline_mode Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1634,4 +1634,4 @@ stats.getMegagroupStats#dcdf8607 flags:# dark:flags.0?true channel:InputChannel
16341634stats.getMessagePublicForwards#5630281b channel:InputChannel msg_id:int offset_rate:int offset_peer:InputPeer offset_id:int limit:int = messages .Messages ;
16351635stats.getMessageStats#b6e0a3f5 flags:# dark:flags.0? true channel:InputChannel msg_id:int = stats .MessageStats ;
16361636
1637- // LAYER 129
1637+ // LAYER 129
Original file line number Diff line number Diff 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__ (
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments