BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
www
/
app.imagivibe.com
/
vendor
/
irazasyed
/
telegram-bot-sdk
/
src
/
Objects
/
Passport
📤 Upload
📝 New File
📁 New Folder
Close
Editing: PassportElementErrorUnspecified.php
<?php namespace Telegram\Bot\Objects\Passport; /** * Class PassportElementErrorUnspecified. * * Represents an issue in an unspecified place. The error is considered resolved when new data is added. * * @property string $source Error source, must be unspecified * @property string $type Type of element of the user's Telegram Passport which has the issue * @property string $elementHash Base64-encoded element hash * @property string $message Error message */ class PassportElementErrorUnspecified extends PassportElementError {}
Save
Cancel