Compare commits
3 Commits
mtpager
...
test-merge
Author | SHA1 | Date | |
---|---|---|---|
|
94b59c55fd | ||
|
45776df8a4 | ||
|
d311e48538 |
@ -48,7 +48,7 @@ class InlineQueryResultAudio(InlineQueryResult):
|
|||||||
Audio duration in seconds.
|
Audio duration in seconds.
|
||||||
|
|
||||||
caption (``str``, *optional*):
|
caption (``str``, *optional*):
|
||||||
Caption of the photo to be sent, 0-1024 characters.
|
Caption of the audio to be sent, 0-1024 characters.
|
||||||
|
|
||||||
parse_mode (``str``, *optional*):
|
parse_mode (``str``, *optional*):
|
||||||
By default, texts are parsed using both Markdown and HTML styles.
|
By default, texts are parsed using both Markdown and HTML styles.
|
||||||
@ -64,7 +64,7 @@ class InlineQueryResultAudio(InlineQueryResult):
|
|||||||
Inline keyboard attached to the message.
|
Inline keyboard attached to the message.
|
||||||
|
|
||||||
input_message_content (:obj:`~pyrogram.types.InputMessageContent`, *optional*):
|
input_message_content (:obj:`~pyrogram.types.InputMessageContent`, *optional*):
|
||||||
Content of the message to be sent instead of the photo.
|
Content of the message to be sent instead of the audio.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
|
@ -61,7 +61,7 @@ class InlineQueryResultVideo(InlineQueryResult):
|
|||||||
Short description of the result.
|
Short description of the result.
|
||||||
|
|
||||||
caption (``str``, *optional*):
|
caption (``str``, *optional*):
|
||||||
Caption of the photo to be sent, 0-1024 characters.
|
Caption of the video to be sent, 0-1024 characters.
|
||||||
|
|
||||||
parse_mode (``str``, *optional*):
|
parse_mode (``str``, *optional*):
|
||||||
By default, texts are parsed using both Markdown and HTML styles.
|
By default, texts are parsed using both Markdown and HTML styles.
|
||||||
|
Loading…
Reference in New Issue
Block a user