for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* This phpFile is auto-generated.
*/
declare(strict_types=1);
namespace AurimasNiekis\TdLibSchema;
* A deleted language pack string, the value should be taken from the built-in english language pack.
class LanguagePackStringValueDeleted extends LanguagePackStringValue
{
public const TYPE_NAME = 'languagePackStringValueDeleted';
public function __construct()
parent::__construct();
}
public static function fromArray(array $array): LanguagePackStringValueDeleted
return new static();
public function typeSerialize(): array
return ['@type' => static::TYPE_NAME];