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

831 B

title description
getFilePersistent Returns information about a file by its persistent id, offline request. May be used to register a URL as a file for further uploading or sending as message

Method: getFilePersistent

Back to methods index

YOU CANNOT USE THIS METHOD IN MADELINEPROTO

Returns information about a file by its persistent id, offline request. May be used to register a URL as a file for further uploading or sending as message

Parameters:

Name Type Required Description
persistent_file_id CLICK ME string Yes Persistent identifier of the file to get
file_type CLICK ME FileType Yes File type, if known

Return type: File