diff --git a/src/TgBotLib/Objects/SentWebAppMessage.php b/src/TgBotLib/Objects/Inline/SentWebAppMessage.php similarity index 96% rename from src/TgBotLib/Objects/SentWebAppMessage.php rename to src/TgBotLib/Objects/Inline/SentWebAppMessage.php index 201495d..b054b16 100644 --- a/src/TgBotLib/Objects/SentWebAppMessage.php +++ b/src/TgBotLib/Objects/Inline/SentWebAppMessage.php @@ -3,7 +3,7 @@ /** @noinspection PhpUnused */ /** @noinspection PhpMissingFieldTypeInspection */ - namespace TgBotLib\Objects; + namespace TgBotLib\Objects\Inline; use TgBotLib\Interfaces\ObjectTypeInterface;