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: PassportElementErrorFile.php
<?php namespace Telegram\Bot\Objects\Passport; /** * Class PassportElementErrorFile. * * Represents an issue with a document scan. The error is considered resolved when the file with the document scan changes. * * @property string $source Error source, must be file * @property string $type The section of the user's Telegram Passport which has the issue, one of âutility_billâ, âbank_statementâ, ârental_agreementâ, âpassport_registrationâ, âtemporary_registrationâ * @property string $fileHash Base64-encoded file hash * @property string $message Error message */ class PassportElementErrorFile extends PassportElementError {}
Save
Cancel