Path : /var/www/html/phkaymedia/vendor/irazasyed/telegram-bot-sdk/src/Objects/ |
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/UserProfilePhotos.php |
<?php namespace Telegram\Bot\Objects; /** * Class UserProfilePhotos. * * @link https://core.telegram.org/bots/api#userprofilephotos * * @property int $totalCount Total number of profile pictures the target user has. * @property PhotoSize[] $photos Array of Array of PhotoSize. Requested profile pictures (in up to 4 sizes each). */ class UserProfilePhotos extends BaseObject { /** * {@inheritdoc} */ public function relations() { return [ 'photos' => [PhotoSize::class], ]; } }