danog\MadelineProto\BotApiFileId
Author: Daniil Gentili daniil@daniil.it
Indicates a bot API file ID to upload using sendDocument, sendPhoto etc.
..
Properties
$fileId
:string
$size
:int
$fileName
:string
$protected
:bool
Method list:
Methods:
__construct(string $fileId, int $size, string $fileName, bool $protected)
Parameters:
$fileId
:string
The file ID$size
:int
The file size$fileName
:string
The original file name$protected
:bool
Whether the original file is protected
Generated by danog/phpdoc