Moved Types to their own namespace

This commit is contained in:
netkas 2024-09-29 21:49:10 -04:00
parent 2f701a899f
commit 55e65e8948
35 changed files with 36 additions and 35 deletions

View file

@ -9,8 +9,8 @@
use InvalidArgumentException;
use LogLib\Log;
use TempFile\TempFile;
use TgBotLib\Enums\ChatMemberStatus;
use TgBotLib\Enums\EventType;
use TgBotLib\Enums\Types\ChatMemberStatus;
use TgBotLib\Enums\Types\EventType;
use TgBotLib\Exceptions\TelegramException;
use TgBotLib\Interfaces\CommandInterface;
use TgBotLib\Interfaces\EventInterface;