mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 02:26:55 +01:00
652 B
652 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, ];
PWRTelegram json-encoded version:
{"_":"inputFileId","id":"int"}
Or, if you're into Lua:
inputFileId={_='inputFileId', id=int, }