1 | <?php |
||
28 | class PassportElementErrorDataField extends Entity implements PassportElementError |
||
29 | { |
||
30 | /** |
||
31 | * PassportElementErrorDataField constructor |
||
32 | * |
||
33 | * @param array $data |
||
34 | * |
||
35 | * @throws \Longman\TelegramBot\Exception\TelegramException |
||
36 | */ |
||
37 | public function __construct(array $data = []) |
||
42 | } |
||
43 |