diff --git a/.idea/tgbot.iml b/.idea/tgbot.iml index 9305e16..24c8dff 100644 --- a/.idea/tgbot.iml +++ b/.idea/tgbot.iml @@ -2,6 +2,7 @@ + diff --git a/src/TgBotLib/Enums/Methods.php b/src/TgBotLib/Enums/Methods.php index 502e2ff..666c79e 100644 --- a/src/TgBotLib/Enums/Methods.php +++ b/src/TgBotLib/Enums/Methods.php @@ -38,6 +38,8 @@ { case GET_UPDATES = 'getUpdates'; case SET_WEBHOOK = 'setWebhook'; + case DELETE_WEBHOOK = 'deleteWebhook'; + case GET_WEBHOOK_INFO = 'getWebhookInfo'; case GET_ME = 'getMe'; case LOGOUT = 'logOut'; case CLOSE = 'close'; @@ -61,8 +63,6 @@ case SEND_POLL = 'sendPoll'; case SEND_DICE = 'sendDice'; case SEND_CHAT_ACTION = 'sendChatAction'; - case DELETE_WEBHOOK = 'deleteWebhook'; - case GET_WEBHOOK_INFO = 'getWebhookInfo'; case SET_MESSAGE_REACTION = 'setMessageReaction'; /**