MadelineProto/docs/TD_docs/methods/getFileExtension.md
Daniil Gentili 43adf77378 docufix
2017-12-21 20:08:25 +00:00

734 B

title description
getFileExtension 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

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 Yes Mime type of the file

Return type: Text