mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 01:54:53 +00:00
Add new method names from latest Bot API (3.4)
This commit is contained in:
parent
8676c17c77
commit
4e0c960289
1 changed files with 4 additions and 0 deletions
|
|
@ -185,6 +185,8 @@ class Methods(Helper):
|
||||||
SEND_VOICE = Item() # sendVoice
|
SEND_VOICE = Item() # sendVoice
|
||||||
SEND_VIDEO_NOTE = Item() # sendVideoNote
|
SEND_VIDEO_NOTE = Item() # sendVideoNote
|
||||||
SEND_LOCATION = Item() # sendLocation
|
SEND_LOCATION = Item() # sendLocation
|
||||||
|
EDIT_MESSAGE_LIVE_LOCATION = Item() # editMessageLiveLocation
|
||||||
|
STOP_MESSAGE_LIVE_LOCATION = Item() # stopMessageLiveLocation
|
||||||
SEND_VENUE = Item() # sendVenue
|
SEND_VENUE = Item() # sendVenue
|
||||||
SEND_CONTACT = Item() # sendContact
|
SEND_CONTACT = Item() # sendContact
|
||||||
SEND_CHAT_ACTION = Item() # sendChatAction
|
SEND_CHAT_ACTION = Item() # sendChatAction
|
||||||
|
|
@ -206,6 +208,8 @@ class Methods(Helper):
|
||||||
GET_CHAT_ADMINISTRATORS = Item() # getChatAdministrators
|
GET_CHAT_ADMINISTRATORS = Item() # getChatAdministrators
|
||||||
GET_CHAT_MEMBERS_COUNT = Item() # getChatMembersCount
|
GET_CHAT_MEMBERS_COUNT = Item() # getChatMembersCount
|
||||||
GET_CHAT_MEMBER = Item() # getChatMember
|
GET_CHAT_MEMBER = Item() # getChatMember
|
||||||
|
SET_CHAT_STICKER_SET = Item() # setChatStickerSet
|
||||||
|
DELETE_CHAT_STICKER_SET = Item() # deleteChatStickerSet
|
||||||
ANSWER_CALLBACK_QUERY = Item() # answerCallbackQuery
|
ANSWER_CALLBACK_QUERY = Item() # answerCallbackQuery
|
||||||
|
|
||||||
# Updating messages
|
# Updating messages
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue