Path : /var/www/html/phkaymedia/vendor/irazasyed/telegram-bot-sdk/src/Objects/Passport/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/phkaymedia/vendor/irazasyed/telegram-bot-sdk/src/Objects/Passport/PassportFile.php |
<?php namespace Telegram\Bot\Objects\Passport; use Telegram\Bot\Objects\BaseObject; /** * @link https://core.telegram.org/bots/api#passportfile * * @property string $fileId Unique identifier for this file * @property string $fileUniqueId Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file. * @property int $fileSize File size * @property int $fileDate Unix time when the file was uploaded */ class PassportFile extends BaseObject { /** * {@inheritdoc} */ public function relations() { return [ ]; } }