danog\MadelineProto\Settings\Files
Author: Daniil Gentili daniil@daniil.it
File management settings.
Method list:
getAllowAutomaticUpload(): bool
setAllowAutomaticUpload(bool $allowAutomaticUpload): self
getUploadParallelChunks(): int
setUploadParallelChunks(int $uploadParallelChunks): self
getDownloadParallelChunks(): int
setDownloadParallelChunks(int $downloadParallelChunks): self
getReportBrokenMedia(): bool
setReportBrokenMedia(bool $reportBrokenMedia): self
getDownloadLink(): ?string
setDownloadLink(?string $downloadLink): self
Methods:
getAllowAutomaticUpload(): bool
Get allow automatic upload of files from file paths present in constructors?
setAllowAutomaticUpload(bool $allowAutomaticUpload): self
Set allow automatic upload of files from file paths present in constructors?
Parameters:
$allowAutomaticUpload
:bool
Allow automatic upload of files from file paths present in constructors?
getUploadParallelChunks(): int
Get upload parallel chunk count.
setUploadParallelChunks(int $uploadParallelChunks): self
Set upload parallel chunk count.
Parameters:
$uploadParallelChunks
:int
Upload parallel chunk count
getDownloadParallelChunks(): int
Get download parallel chunk count.
setDownloadParallelChunks(int $downloadParallelChunks): self
Set download parallel chunk count.
Parameters:
$downloadParallelChunks
:int
Download parallel chunk count
getReportBrokenMedia(): bool
Get whether to report undownloadable media to TSF.
setReportBrokenMedia(bool $reportBrokenMedia): self
Set whether to report undownloadable media to TSF.
Parameters:
$reportBrokenMedia
:bool
Whether to report undownloadable media to TSF
getDownloadLink(): ?string
Get custom download link URL for CLI bots, used by getDownloadLink
.
setDownloadLink(?string $downloadLink): self
Only needed for CLI bots, not bots started via web.
Sets custom download link URL for CLI bots, used by getDownloadLink
.
Can be null, in which case MadelineProto will automatically generate a download link.
Parameters:
$downloadLink
:?string
Custom download link URL for CLI bots, used bygetDownloadLink
.
Generated by danog/phpdoc