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