mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update methods list
This commit is contained in:
parent
d154d7c1e9
commit
29a3c4c24b
1 changed files with 5 additions and 1 deletions
|
|
@ -51,6 +51,10 @@ async def request(session, token, method, data=None):
|
|||
|
||||
class ApiMethods:
|
||||
GET_ME = 'getMe'
|
||||
GET_UPDATES = 'getUpdates'
|
||||
SET_WEBHOOK = 'setWebhook'
|
||||
DELETE_WEBHOOK = 'deleteWebhook'
|
||||
GET_WEBHOOK_INFO = 'getWebhookInfo'
|
||||
SEND_MESSAGE = 'sendMessage'
|
||||
FORWARD_MESSAGE = 'forwardMessage'
|
||||
SEND_PHOTO = 'sendPhoto'
|
||||
|
|
@ -77,4 +81,4 @@ class ApiMethods:
|
|||
EDIT_MESSAGE_TEXT = 'editMessageText'
|
||||
EDIT_MESSAGE_CAPTION = 'editMessageCaption'
|
||||
EDIT_MESSAGE_REPLY_MARKUP = 'editMessageReplyMarkup'
|
||||
DELETE_MESSAGE = 'deleteMessage'
|
||||
DELETE_MESSAGE = 'deleteMessage'
|
||||
Loading…
Add table
Add a link
Reference in a new issue