diff --git a/src/TgBotLib/Objects/ExternalReplyInfo.php b/src/TgBotLib/Objects/ExternalReplyInfo.php index bb34035..e216bcb 100644 --- a/src/TgBotLib/Objects/ExternalReplyInfo.php +++ b/src/TgBotLib/Objects/ExternalReplyInfo.php @@ -3,6 +3,7 @@ namespace TgBotLib\Objects; use TgBotLib\Interfaces\ObjectTypeInterface; +use TgBotLib\Objects\Games\Game; use TgBotLib\Objects\Payments\Invoice; use TgBotLib\Objects\Stickers\Sticker; diff --git a/src/TgBotLib/Objects/CallbackGame.php b/src/TgBotLib/Objects/Games/CallbackGame.php similarity index 94% rename from src/TgBotLib/Objects/CallbackGame.php rename to src/TgBotLib/Objects/Games/CallbackGame.php index ffc2174..9582df1 100644 --- a/src/TgBotLib/Objects/CallbackGame.php +++ b/src/TgBotLib/Objects/Games/CallbackGame.php @@ -1,6 +1,6 @@