MadelineProto/docs/TD_docs/constructors/inputFilePersistentId.md
2017-07-23 16:33:46 +02:00

811 B

title description
inputFilePersistentId File defined by its persistent id

Constructor: inputFilePersistentId

Back to constructors index

File defined by its persistent id

Attributes:

Name Type Required Description
persistent_id string Yes Persistent file identifier

Type: InputFile

Example:

$inputFilePersistentId = ['_' => 'inputFilePersistentId', 'persistent_id' => 'string'];

PWRTelegram json-encoded version:

{"_": "inputFilePersistentId", "persistent_id": "string"}

Or, if you're into Lua:

inputFilePersistentId={_='inputFilePersistentId', persistent_id='string'}