chore: remove repetitive words (#1438)

Signed-off-by: avoidaway <cmoman@126.com>
This commit is contained in:
avoidaway 2024-03-17 08:20:29 +08:00 committed by GitHub
parent 506dacc0ff
commit acf52f468c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -18,7 +18,7 @@ if TYPE_CHECKING:
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
"""