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

@ -13,13 +13,13 @@
use InvalidArgumentException;
use ReflectionClass;
use TgBotLib\Abstracts\Method;
use TgBotLib\Abstracts\UpdateEvent;
use TgBotLib\Classes\Logger;
use TgBotLib\Enums\EventType;
use TgBotLib\Enums\Methods;
use TgBotLib\Enums\Types\ChatActionType;
use TgBotLib\Enums\Types\ParseMode;
use TgBotLib\Events\CommandEvent;
use TgBotLib\Events\UpdateEvent;
use TgBotLib\Exceptions\TelegramException;
use TgBotLib\Objects\BotCommand;
use TgBotLib\Objects\BotCommandScope;