mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
chore: remove repetitive words (#1438)
Signed-off-by: avoidaway <cmoman@126.com>
This commit is contained in:
parent
506dacc0ff
commit
acf52f468c
5 changed files with 5 additions and 5 deletions
|
|
@ -445,7 +445,7 @@ Misc
|
||||||
|
|
||||||
.. danger::
|
.. danger::
|
||||||
|
|
||||||
Note that this issue has breaking changes described in in the Bot API changelog,
|
Note that this issue has breaking changes described in the Bot API changelog,
|
||||||
this changes is not breaking in the API but breaking inside aiogram because
|
this changes is not breaking in the API but breaking inside aiogram because
|
||||||
Beta stage is not finished.
|
Beta stage is not finished.
|
||||||
`#1139 <https://github.com/aiogram/aiogram/issues/1139>`_
|
`#1139 <https://github.com/aiogram/aiogram/issues/1139>`_
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ if TYPE_CHECKING:
|
||||||
|
|
||||||
class InlineQueryResultVoice(InlineQueryResult):
|
class InlineQueryResultVoice(InlineQueryResult):
|
||||||
"""
|
"""
|
||||||
Represents a link to a voice recording in an .OGG container encoded with OPUS. By default, this voice recording will be sent by the user. Alternatively, you can use *input_message_content* to send a message with the specified content instead of the the voice message.
|
Represents a link to a voice recording in an .OGG container encoded with OPUS. By default, this voice recording will be sent by the user. Alternatively, you can use *input_message_content* to send a message with the specified content instead of the voice message.
|
||||||
|
|
||||||
Source: https://core.telegram.org/bots/api#inlinequeryresultvoice
|
Source: https://core.telegram.org/bots/api#inlinequeryresultvoice
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@ msgstr ""
|
||||||
#~ "the bot when it's added as an "
|
#~ "the bot when it's added as an "
|
||||||
#~ "administrator to groups or channels. "
|
#~ "administrator to groups or channels. "
|
||||||
#~ "These rights will be suggested to "
|
#~ "These rights will be suggested to "
|
||||||
#~ "users, but they are are free to"
|
#~ "users, but they are free to"
|
||||||
#~ " modify the list before adding the"
|
#~ " modify the list before adding the"
|
||||||
#~ " bot. Returns :code:`True` on success."
|
#~ " bot. Returns :code:`True` on success."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ msgid ""
|
||||||
"Represents a link to a voice recording in an .OGG container encoded with "
|
"Represents a link to a voice recording in an .OGG container encoded with "
|
||||||
"OPUS. By default, this voice recording will be sent by the user. "
|
"OPUS. By default, this voice recording will be sent by the user. "
|
||||||
"Alternatively, you can use *input_message_content* to send a message with"
|
"Alternatively, you can use *input_message_content* to send a message with"
|
||||||
" the specified content instead of the the voice message. **Note:** This "
|
" the specified content instead of the voice message. **Note:** This "
|
||||||
"will only work in Telegram versions released after 9 April, 2016. Older "
|
"will only work in Telegram versions released after 9 April, 2016. Older "
|
||||||
"clients will ignore them."
|
"clients will ignore them."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
||||||
|
|
@ -756,7 +756,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ../../../CHANGES.rst:395
|
#: ../../../CHANGES.rst:395
|
||||||
msgid ""
|
msgid ""
|
||||||
"Note that this issue has breaking changes described in in the Bot API "
|
"Note that this issue has breaking changes described in the Bot API "
|
||||||
"changelog, this changes is not breaking in the API but breaking inside "
|
"changelog, this changes is not breaking in the API but breaking inside "
|
||||||
"aiogram because Beta stage is not finished."
|
"aiogram because Beta stage is not finished."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue