From 4e0c960289d25ab4e30a6b6df275efb3c4455689 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Fri, 20 Oct 2017 18:47:50 +0300 Subject: [PATCH] Add new method names from latest Bot API (3.4) --- aiogram/bot/api.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aiogram/bot/api.py b/aiogram/bot/api.py index 96c2d17e..0ee5436f 100644 --- a/aiogram/bot/api.py +++ b/aiogram/bot/api.py @@ -185,6 +185,8 @@ class Methods(Helper): SEND_VOICE = Item() # sendVoice SEND_VIDEO_NOTE = Item() # sendVideoNote SEND_LOCATION = Item() # sendLocation + EDIT_MESSAGE_LIVE_LOCATION = Item() # editMessageLiveLocation + STOP_MESSAGE_LIVE_LOCATION = Item() # stopMessageLiveLocation SEND_VENUE = Item() # sendVenue SEND_CONTACT = Item() # sendContact SEND_CHAT_ACTION = Item() # sendChatAction @@ -206,6 +208,8 @@ class Methods(Helper): GET_CHAT_ADMINISTRATORS = Item() # getChatAdministrators GET_CHAT_MEMBERS_COUNT = Item() # getChatMembersCount GET_CHAT_MEMBER = Item() # getChatMember + SET_CHAT_STICKER_SET = Item() # setChatStickerSet + DELETE_CHAT_STICKER_SET = Item() # deleteChatStickerSet ANSWER_CALLBACK_QUERY = Item() # answerCallbackQuery # Updating messages