1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 09:47:20 +01:00
MadelineProto/docs/TD_docs/constructors/inputFilePersistentId.md

681 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, ];

Or, if you're into Lua:

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