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