From 1625a1d829a82c2208f4d8b0581b8fe2d139a299 Mon Sep 17 00:00:00 2001 From: netkas Date: Thu, 3 Oct 2024 19:56:15 -0400 Subject: [PATCH] Updated Update --- src/TgBotLib/Objects/Update.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/TgBotLib/Objects/Update.php b/src/TgBotLib/Objects/Update.php index 3904e0d..8ee588c 100644 --- a/src/TgBotLib/Objects/Update.php +++ b/src/TgBotLib/Objects/Update.php @@ -5,6 +5,8 @@ namespace TgBotLib\Objects; use TgBotLib\Interfaces\ObjectTypeInterface; + use TgBotLib\Objects\Inline\ChosenInlineResult; + use TgBotLib\Objects\Inline\InlineQuery; class Update implements ObjectTypeInterface {