Updated \TgBotLib\Objects > User to implement ObjectTypeInterface
This commit is contained in:
parent
4a6cc9e40d
commit
5d545eda6f
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,9 @@
|
||||||
|
|
||||||
namespace TgBotLib\Objects;
|
namespace TgBotLib\Objects;
|
||||||
|
|
||||||
class User
|
use TgBotLib\Interfaces\ObjectTypeInterface;
|
||||||
|
|
||||||
|
class User implements ObjectTypeInterface
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @var int
|
* @var int
|
||||||
|
|
Loading…
Add table
Reference in a new issue