mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-04-01 04:01:54 +02: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.
|
Returns a telegram.Message object.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
url = '%s/editMessage' % self.base_url
|
url = '%s/editMessageText' % self.base_url
|
||||||
|
|
||||||
data = {}
|
data = {}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue