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 {