diff --git a/src/TgBotLib/Objects/ChosenInlineResult.php b/src/TgBotLib/Objects/Inline/ChosenInlineResult.php similarity index 96% rename from src/TgBotLib/Objects/ChosenInlineResult.php rename to src/TgBotLib/Objects/Inline/ChosenInlineResult.php index 4fc7c1e..f5ae9f2 100644 --- a/src/TgBotLib/Objects/ChosenInlineResult.php +++ b/src/TgBotLib/Objects/Inline/ChosenInlineResult.php @@ -2,9 +2,11 @@ /** @noinspection PhpMissingFieldTypeInspection */ - namespace TgBotLib\Objects; + namespace TgBotLib\Objects\Inline; use TgBotLib\Interfaces\ObjectTypeInterface; + use TgBotLib\Objects\Location; + use TgBotLib\Objects\User; class ChosenInlineResult implements ObjectTypeInterface {