873 B
873 B
title | description | image |
---|---|---|
inputFileBig | File big | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputFileBig
File big
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | ID |
parts | int | Yes | Parts |
name | string | Yes | Name |
Type: InputFile
Example:
$inputFileBig = ['_' => 'inputFileBig', 'id' => long, 'parts' => int, 'name' => 'string'];
PWRTelegram json-encoded version:
{"_": "inputFileBig", "id": long, "parts": int, "name": "string"}
Or, if you're into Lua:
inputFileBig={_='inputFileBig', id=long, parts=int, name='string'}