diff --git a/src/TgBotLib/Objects/BotCommandScope.php b/src/TgBotLib/Objects/BotCommandScope.php index 3d87ca8..8c4dc00 100644 --- a/src/TgBotLib/Objects/BotCommandScope.php +++ b/src/TgBotLib/Objects/BotCommandScope.php @@ -17,9 +17,6 @@ abstract class BotCommandScope implements ObjectTypeInterface { - /** - * @var BotCommandScopeType - */ protected BotCommandScopeType $type; /**