Updated Update

This commit is contained in:
netkas 2024-10-03 19:56:15 -04:00
parent b1e9753b58
commit 1625a1d829

View file

@ -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
{