Updated MessageReactionCountUpdated

This commit is contained in:
netkas 2024-10-05 00:33:35 -04:00
parent 154dcbe3c6
commit 6f6cd1d936

View file

@ -70,7 +70,7 @@
/**
* @inheritDoc
*/
public static function fromArray(?array $data): ?ObjectTypeInterface
public static function fromArray(?array $data): ?MessageReactionCountUpdated
{
if($data === null)
{