From aa80be21d06520e7c9c407d3025d80dda0a87a63 Mon Sep 17 00:00:00 2001 From: netkas Date: Thu, 3 Oct 2024 19:56:04 -0400 Subject: [PATCH] Moved ChosenInlineResult --- src/TgBotLib/Objects/{ => Inline}/ChosenInlineResult.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename src/TgBotLib/Objects/{ => Inline}/ChosenInlineResult.php (96%) 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 {