549 B
549 B
title | description |
---|---|
inputFileId | File defined by its id |
Constructor: inputFileId
File defined by its id
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | int | Yes | Unique file identifier |
Type: InputFile
Example:
$inputFileId = ['_' => 'inputFileId', 'id' => int, ];
Or, if you're into Lua:
inputFileId={_='inputFileId', id=int, }