From e5e07fe3144803c44c914f144c37d2d654aa0272 Mon Sep 17 00:00:00 2001 From: netkas Date: Sat, 5 Oct 2024 00:51:27 -0400 Subject: [PATCH] Updated ReactionCount --- src/TgBotLib/Objects/ReactionCount.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TgBotLib/Objects/ReactionCount.php b/src/TgBotLib/Objects/ReactionCount.php index d44c8f3..1d57fa0 100644 --- a/src/TgBotLib/Objects/ReactionCount.php +++ b/src/TgBotLib/Objects/ReactionCount.php @@ -44,7 +44,7 @@ /** * @inheritDoc */ - public static function fromArray(?array $data): ?ObjectTypeInterface + public static function fromArray(?array $data): ?ReactionCount { if($data === null) {