Moved Types to their own namespace
This commit is contained in:
parent
2f701a899f
commit
55e65e8948
35 changed files with 36 additions and 35 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue