From 73de7d82f02723491789caca52a667bb0043aee8 Mon Sep 17 00:00:00 2001 From: netkas Date: Thu, 3 Oct 2024 19:56:29 -0400 Subject: [PATCH] Updated BotOld (for now) --- src/TgBotLib/BotOld.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/TgBotLib/BotOld.php b/src/TgBotLib/BotOld.php index 3f3f62f..dbea0be 100644 --- a/src/TgBotLib/BotOld.php +++ b/src/TgBotLib/BotOld.php @@ -24,22 +24,22 @@ use TgBotLib\Objects\ChatMember; use TgBotLib\Objects\File; use TgBotLib\Objects\ForumTopic; - use TgBotLib\Objects\InlineQueryResult\InlineQueryResultArticle; - use TgBotLib\Objects\InlineQueryResult\InlineQueryResultAudio; - use TgBotLib\Objects\InlineQueryResult\InlineQueryResultContact; - use TgBotLib\Objects\InlineQueryResult\InlineQueryResultDocument; - use TgBotLib\Objects\InlineQueryResult\InlineQueryResultGame; - use TgBotLib\Objects\InlineQueryResult\InlineQueryResultGif; - use TgBotLib\Objects\InlineQueryResult\InlineQueryResultLocation; - use TgBotLib\Objects\InlineQueryResult\InlineQueryResultMpeg4Gif; - use TgBotLib\Objects\InlineQueryResult\InlineQueryResultPhoto; - use TgBotLib\Objects\InlineQueryResult\InlineQueryResultVenue; - use TgBotLib\Objects\InlineQueryResult\InlineQueryResultVideo; - use TgBotLib\Objects\InlineQueryResult\InlineQueryResultVoice; + use TgBotLib\Objects\Inline\InlineQueryResult\InlineQueryResultArticle; + use TgBotLib\Objects\Inline\InlineQueryResult\InlineQueryResultAudio; + use TgBotLib\Objects\Inline\InlineQueryResult\InlineQueryResultContact; + use TgBotLib\Objects\Inline\InlineQueryResult\InlineQueryResultDocument; + use TgBotLib\Objects\Inline\InlineQueryResult\InlineQueryResultGame; + use TgBotLib\Objects\Inline\InlineQueryResult\InlineQueryResultGif; + use TgBotLib\Objects\Inline\InlineQueryResult\InlineQueryResultLocation; + use TgBotLib\Objects\Inline\InlineQueryResult\InlineQueryResultMpeg4Gif; + use TgBotLib\Objects\Inline\InlineQueryResult\InlineQueryResultPhoto; + use TgBotLib\Objects\Inline\InlineQueryResult\InlineQueryResultVenue; + use TgBotLib\Objects\Inline\InlineQueryResult\InlineQueryResultVideo; + use TgBotLib\Objects\Inline\InlineQueryResult\InlineQueryResultVoice; + use TgBotLib\Objects\Inline\SentWebAppMessage; use TgBotLib\Objects\MenuButton; use TgBotLib\Objects\Message; use TgBotLib\Objects\Poll; - use TgBotLib\Objects\SentWebAppMessage; use TgBotLib\Objects\Sticker; use TgBotLib\Objects\Update; use TgBotLib\Objects\User;