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;