MadelineProtoDocs/docs/API_docs/constructors/inputFileBig.md
2024-05-01 14:53:46 +02:00

985 B

title description nav_exclude image
inputFileBig Assigns a big file (over 10 MB in size), saved in part using the method upload.saveBigFilePart. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputFileBig

Back to constructors index

Assigns a big file (over 10 MB in size), saved in part using the method upload.saveBigFilePart.

Attributes:

Name Type Required Description
id long Yes Random file id, created by the client
parts int Yes Number of parts saved
name string Yes Full file name

Type: InputFile

Example:

$inputFileBig = ['_' => 'inputFileBig', 'id' => long, 'parts' => int, 'name' => 'string'];