From b208f1cf6dc0df334a9da0b2bd716117daa55322 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 7 Aug 2021 08:25:52 +0000 Subject: [PATCH] Update content of files --- data/core.telegram.org/bots/api.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/core.telegram.org/bots/api.html b/data/core.telegram.org/bots/api.html index 505e814c28..57bb9d007b 100644 --- a/data/core.telegram.org/bots/api.html +++ b/data/core.telegram.org/bots/api.html @@ -4139,7 +4139,7 @@ pre-formatted fixed-width code block written in the Python programming language

stopMessageLiveLocation

-

Use this method to stop updating a live location message before live_period expires. On success, if the message was sent by the bot, the sent Message is returned, otherwise True is returned.

+

Use this method to stop updating a live location message before live_period expires. On success, if the message is not an inline message, the edited Message is returned, otherwise True is returned.

@@ -5545,7 +5545,7 @@ pre-formatted fixed-width code block written in the Python programming language

editMessageMedia

-

Use this method to edit animation, audio, document, photo, or video messages. If a message is part of a message album, then it can be edited only to an audio for audio albums, only to a document for document albums and to a photo or a video otherwise. When an inline message is edited, a new file can't be uploaded. Use a previously uploaded file via its file_id or specify a URL. On success, if the edited message was sent by the bot, the edited Message is returned, otherwise True is returned.

+

Use this method to edit animation, audio, document, photo, or video messages. If a message is part of a message album, then it can be edited only to an audio for audio albums, only to a document for document albums and to a photo or a video otherwise. When an inline message is edited, a new file can't be uploaded; use a previously uploaded file via its file_id or specify a URL. On success, if the edited message is not an inline message, the edited Message is returned, otherwise True is returned.

@@ -5627,7 +5627,7 @@ pre-formatted fixed-width code block written in the Python programming language

stopPoll

-

Use this method to stop a poll which was sent by the bot. On success, the stopped Poll with the final results is returned.

+

Use this method to stop a poll which was sent by the bot. On success, the stopped Poll is returned.

@@ -9051,7 +9051,7 @@ pre-formatted fixed-width code block written in the Python programming language

CallbackGame

A placeholder, currently holds no information. Use BotFather to set up your game.

setGameScore

-

Use this method to set the score of the specified user in a game. On success, if the message was sent by the bot, returns the edited Message, otherwise returns True. Returns an error, if the new score is not greater than the user's current score in the chat and force is False.

+

Use this method to set the score of the specified user in a game message. On success, if the message is not an inline message, the Message is returned, otherwise True is returned. Returns an error, if the new score is not greater than the user's current score in the chat and force is False.