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, }