Renamed UserShared to UsersShared

This commit is contained in:
netkas 2024-10-01 15:19:10 -04:00
parent 285a8fe8b8
commit 8ee69052b1

View file

@ -4,7 +4,7 @@
use TgBotLib\Interfaces\ObjectTypeInterface; use TgBotLib\Interfaces\ObjectTypeInterface;
class UserShared implements ObjectTypeInterface class UsersShared implements ObjectTypeInterface
{ {
/** /**
* @var int * @var int
@ -57,7 +57,7 @@
* Constructs object from an array representation * Constructs object from an array representation
* *
* @param array $data * @param array $data
* @return UserShared * @return UsersShared
*/ */
public static function fromArray(array $data): self public static function fromArray(array $data): self
{ {