| Total Complexity | 3 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class ChatMembersFilterRestricted extends ChatMembersFilter |
||
| 15 | { |
||
| 16 | public const TYPE_NAME = 'chatMembersFilterRestricted'; |
||
| 17 | |||
| 18 | public function __construct() |
||
| 21 | } |
||
| 22 | |||
| 23 | public static function fromArray(array $array): ChatMembersFilterRestricted |
||
| 24 | { |
||
| 25 | return new static(); |
||
| 26 | } |
||
| 27 | |||
| 28 | public function typeSerialize(): array |
||
| 31 | } |
||
| 32 | } |
||
| 33 |