From 2b8f9afa49b046d30f2c9dbaefab7a6c5d48caac Mon Sep 17 00:00:00 2001 From: netkas Date: Sun, 3 Nov 2024 17:12:00 -0500 Subject: [PATCH] Remove unused import from UpdateEventType enum --- src/TgBotLib/Enums/UpdateEventType.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/TgBotLib/Enums/UpdateEventType.php b/src/TgBotLib/Enums/UpdateEventType.php index f66fe35..6ad0294 100644 --- a/src/TgBotLib/Enums/UpdateEventType.php +++ b/src/TgBotLib/Enums/UpdateEventType.php @@ -21,7 +21,6 @@ use TgBotLib\Events\PreCheckoutQueryEvent; use TgBotLib\Events\RemovedChatBoostEvent; use TgBotLib\Events\ShippingQueryEvent; - use TgBotLib\Objects\Inline\ChosenInlineResult; enum UpdateEventType : string {