From 5d545eda6f5f9ced59c86538084db08299409fc9 Mon Sep 17 00:00:00 2001 From: Netkas Date: Sun, 12 Feb 2023 14:42:45 -0500 Subject: [PATCH] Updated \TgBotLib\Objects > User to implement ObjectTypeInterface --- src/TgBotLib/Objects/User.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/TgBotLib/Objects/User.php b/src/TgBotLib/Objects/User.php index fa0d552..a2fe080 100644 --- a/src/TgBotLib/Objects/User.php +++ b/src/TgBotLib/Objects/User.php @@ -4,7 +4,9 @@ namespace TgBotLib\Objects; - class User + use TgBotLib\Interfaces\ObjectTypeInterface; + + class User implements ObjectTypeInterface { /** * @var int