Move UpdateEvent to Events and remove unused import
This commit is contained in:
parent
24fe2f2b91
commit
646c77c4ba
27 changed files with 4 additions and 28 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue