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