MadelineProto/docs/TD_docs/methods/getFilePersistent.md

24 lines
809 B
Markdown
Raw Normal View History

---
title: getFilePersistent
2017-08-25 15:05:53 +02:00
description: 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](index.md)
2017-06-06 18:39:21 +02:00
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
2017-08-25 15:05:53 +02:00
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
### Params:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|persistent\_file\_id|[string](../types/string.md) | Yes|Persistent identifier of the file to get|
2017-08-25 15:05:53 +02:00
|file\_type|[FileType](../types/FileType.md) | Yes|File type, if known|
### Return type: [File](../types/File.md)