mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
985 B
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
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'];