778 B
778 B
title | description |
---|---|
inputFileBig | inputFileBig attributes, type and example |
Constructor: inputFileBig
Attributes:
Name | Type | Required |
---|---|---|
id | long | Yes |
parts | int | Yes |
name | string | Yes |
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'}