MadelineProto/docs/TD_docs/methods/getFileExtension.md

23 lines
738 B
Markdown
Raw Normal View History

2017-12-21 21:08:25 +01:00
---
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
### Parameters:
2017-12-21 21:08:25 +01:00
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|mime\_type|[string](../types/string.md) | Yes|Mime type of the file|
### Return type: [Text](../types/Text.md)