Move UpdateEvent to Events and remove unused import

This commit is contained in:
netkas 2024-11-06 15:02:43 -05:00
parent 24fe2f2b91
commit 646c77c4ba
27 changed files with 4 additions and 28 deletions

View file

@ -2,7 +2,6 @@
namespace TgBotLib\Events;
use TgBotLib\Abstracts\UpdateEvent;
use TgBotLib\Enums\EventType;
use TgBotLib\Objects\Inline\InlineQuery;