Remove unused imports across multiple files
This commit is contained in:
parent
7623f488ee
commit
1eaf2e7d91
31 changed files with 0 additions and 55 deletions
|
@ -5,12 +5,8 @@
|
|||
use TgBotLib\Abstracts\Method;
|
||||
use TgBotLib\Bot;
|
||||
use TgBotLib\Enums\Methods;
|
||||
use TgBotLib\Enums\Types\ParseMode;
|
||||
use TgBotLib\Exceptions\TelegramException;
|
||||
use TgBotLib\Interfaces\ObjectTypeInterface;
|
||||
use TgBotLib\Objects\MessageEntity;
|
||||
use TgBotLib\Objects\MessageId;
|
||||
use TgBotLib\Objects\ReplyParameters;
|
||||
|
||||
class CopyMessages extends Method
|
||||
{
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
use TgBotLib\Bot;
|
||||
use TgBotLib\Enums\Methods;
|
||||
use TgBotLib\Enums\Types\ChatActionType;
|
||||
use TgBotLib\Objects\Message;
|
||||
|
||||
class SendChatAction extends Method
|
||||
{
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
namespace TgBotLib\Methods;
|
||||
|
||||
use InvalidArgumentException;
|
||||
use TgBotLib\Abstracts\Method;
|
||||
use TgBotLib\Bot;
|
||||
use TgBotLib\Enums\Methods;
|
||||
|
|
|
@ -5,12 +5,6 @@
|
|||
use TgBotLib\Abstracts\Method;
|
||||
use TgBotLib\Bot;
|
||||
use TgBotLib\Enums\Methods;
|
||||
use TgBotLib\Enums\Types\ParseMode;
|
||||
use TgBotLib\Exceptions\TelegramException;
|
||||
use TgBotLib\Interfaces\ObjectTypeInterface;
|
||||
use TgBotLib\Objects\Message;
|
||||
use TgBotLib\Objects\MessageEntity;
|
||||
use TgBotLib\Objects\ReplyParameters;
|
||||
|
||||
class SetWebhook extends Method
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue