| Total Complexity | 3 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class ChatMemberStatusLeft extends ChatMemberStatus |
||
| 15 | { |
||
| 16 | public const TYPE_NAME = 'chatMemberStatusLeft'; |
||
| 17 | |||
| 18 | public function __construct() |
||
| 19 | { |
||
| 20 | parent::__construct(); |
||
| 21 | } |
||
| 22 | |||
| 23 | public static function fromArray(array $array): ChatMemberStatusLeft |
||
| 26 | } |
||
| 27 | |||
| 28 | public function typeSerialize(): array |
||
| 31 | } |
||
| 32 | } |
||
| 33 |