From 6f6cd1d9369a56f0b4a4cf5991ae9ab9a1eed8dd Mon Sep 17 00:00:00 2001 From: netkas Date: Sat, 5 Oct 2024 00:33:35 -0400 Subject: [PATCH] Updated MessageReactionCountUpdated --- src/TgBotLib/Objects/MessageReactionCountUpdated.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TgBotLib/Objects/MessageReactionCountUpdated.php b/src/TgBotLib/Objects/MessageReactionCountUpdated.php index 9705c57..f7eea60 100644 --- a/src/TgBotLib/Objects/MessageReactionCountUpdated.php +++ b/src/TgBotLib/Objects/MessageReactionCountUpdated.php @@ -70,7 +70,7 @@ /** * @inheritDoc */ - public static function fromArray(?array $data): ?ObjectTypeInterface + public static function fromArray(?array $data): ?MessageReactionCountUpdated { if($data === null) {