mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-16 12:25:45 +01:00
bot.py: add delete_webhook alias
This commit is contained in:
parent
975d193441
commit
cd38bdbed5
1 changed files with 1 additions and 0 deletions
|
@ -1713,6 +1713,7 @@ class Bot(TelegramObject):
|
|||
edit_message_reply_markup = editMessageReplyMarkup
|
||||
get_updates = getUpdates
|
||||
set_webhook = setWebhook
|
||||
delete_webhook = deleteWebhook
|
||||
leave_chat = leaveChat
|
||||
get_chat = getChat
|
||||
get_chat_administrators = getChatAdministrators
|
||||
|
|
Loading…
Add table
Reference in a new issue