mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-16 12:25:45 +01:00
Adds @message decorator to editMessageText
This commit is contained in:
parent
4ecb4911db
commit
14cb13acfd
1 changed files with 0 additions and 1 deletions
|
@ -1166,7 +1166,6 @@ class Bot(TelegramObject):
|
|||
inline_message_id=None,
|
||||
parse_mode=None,
|
||||
disable_web_page_preview=None,
|
||||
reply_markup=None,
|
||||
**kwargs):
|
||||
"""Use this method to edit text messages sent by the bot or via the bot
|
||||
(for inline bots).
|
||||
|
|
Loading…
Add table
Reference in a new issue