Moved Objects

This commit is contained in:
netkas 2024-10-02 00:18:12 -04:00
parent 848a2a78e3
commit 6c67e97a4b
167 changed files with 368 additions and 373 deletions

View file

@ -3,7 +3,7 @@
namespace TgBotLib\Interfaces;
use TgBotLib\BotOld;
use TgBotLib\Objects\Telegram\Update;
use TgBotLib\Objects\Update;
interface CommandInterface
{

View file

@ -3,7 +3,7 @@
namespace TgBotLib\Interfaces;
use TgBotLib\BotOld;
use TgBotLib\Objects\Telegram\Update;
use TgBotLib\Objects\Update;
interface EventInterface
{