From ee2dff1e31b000f07a5428fea1157d3eeeec8dda Mon Sep 17 00:00:00 2001 From: netkas Date: Tue, 5 Nov 2024 15:44:03 -0500 Subject: [PATCH] Add new source folder and fix method enums --- .idea/tgbot.iml | 1 + src/TgBotLib/Enums/Methods.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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'; /**