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<1, max> $size, string $fileName, bool $protected)
Parameters:
$fileId:stringThe file ID$size:int<1, max>The file size$fileName:stringThe original file name$protected:boolWhether the original file is protected
See also:
max
Generated by danog/phpdoc