From 1ce6f8549dbea3a61c031d9483a3d42bd4fc4ce6 Mon Sep 17 00:00:00 2001 From: Netkas Date: Sun, 12 Feb 2023 14:43:30 -0500 Subject: [PATCH] Updated \TgBotLib\Objects > ChatPhoto to implement ObjectTypeInterface --- src/TgBotLib/Objects/ChatPhoto.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/TgBotLib/Objects/ChatPhoto.php b/src/TgBotLib/Objects/ChatPhoto.php index e3a241a..fdc98cf 100644 --- a/src/TgBotLib/Objects/ChatPhoto.php +++ b/src/TgBotLib/Objects/ChatPhoto.php @@ -2,7 +2,9 @@ namespace TgBotLib\Objects; - class ChatPhoto + use TgBotLib\Interfaces\ObjectTypeInterface; + + class ChatPhoto implements ObjectTypeInterface { /** * @var string