From 6e7536e3c42b5335be08a61e11622a22645136db Mon Sep 17 00:00:00 2001 From: netkas Date: Fri, 4 Oct 2024 12:08:01 -0400 Subject: [PATCH] Updated BotCommandScope --- src/TgBotLib/Objects/BotCommandScope.php | 3 --- 1 file changed, 3 deletions(-) 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; /**