23 lines
734 B
Markdown
23 lines
734 B
Markdown
---
|
|
title: getFileExtension
|
|
description: Returns file's extension guessing only by its mime type. Returns empty string on failure. Offline method. Can be called before authorization. Can be called synchronously
|
|
---
|
|
## Method: getFileExtension
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Returns file's extension guessing only by its mime type. Returns empty string on failure. Offline method. Can be called before authorization. Can be called synchronously
|
|
|
|
### Params:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|mime\_type|[string](../types/string.md) | Yes|Mime type of the file|
|
|
|
|
|
|
### Return type: [Text](../types/Text.md)
|
|
|