mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-25 08:37:07 +01:00
Merge branch 'bot-api-2.0' into dispatcher-rework
This commit is contained in:
commit
79ca07f839
1 changed files with 1 additions and 1 deletions
|
@ -1004,7 +1004,7 @@ class Bot(TelegramObject):
|
|||
Returns a telegram.Message object.
|
||||
"""
|
||||
|
||||
url = '%s/editMessage' % self.base_url
|
||||
url = '%s/editMessageText' % self.base_url
|
||||
|
||||
data = {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue