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