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

@ -4,7 +4,7 @@
namespace TgBotLib\Objects\Telegram\ChatMember;
use TgBotLib\Enums\ChatMemberStatus;
use TgBotLib\Enums\Types\ChatMemberStatus;
use TgBotLib\Interfaces\ObjectTypeInterface;
use TgBotLib\Objects\Telegram\ChatMember;
use TgBotLib\Objects\Telegram\User;