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 PHPTdGram\Schema;
* Returns users under certain restrictions in the chat; can be used only by administrators in a supergroup.
class ChatMembersFilterRestricted extends ChatMembersFilter
{
public const TYPE_NAME = 'chatMembersFilterRestricted';
public function __construct()
parent::__construct();
}
public static function fromArray(array $array): ChatMembersFilterRestricted
return new static();
public function typeSerialize(): array
return ['@type' => static::TYPE_NAME];