23 lines
480 B
Markdown
23 lines
480 B
Markdown
|
---
|
||
|
title: getFile
|
||
|
description: Returns information about a file, offline request
|
||
|
---
|
||
|
## Method: getFile
|
||
|
[Back to methods index](index.md)
|
||
|
|
||
|
|
||
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
||
|
|
||
|
|
||
|
Returns information about a file, offline request
|
||
|
|
||
|
### Parameters:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|file\_id|[int](../types/int.md) | Yes|Identifier of the file to get|
|
||
|
|
||
|
|
||
|
### Return type: [File](../types/File.md)
|
||
|
|