Updated \TgBotLib\Objects > User to implement ObjectTypeInterface

This commit is contained in:
Netkas 2023-02-12 14:42:45 -05:00
parent 4a6cc9e40d
commit 5d545eda6f

View file

@ -4,7 +4,9 @@
namespace TgBotLib\Objects; namespace TgBotLib\Objects;
class User use TgBotLib\Interfaces\ObjectTypeInterface;
class User implements ObjectTypeInterface
{ {
/** /**
* @var int * @var int