MadelineProtoDocs/docs/TD_docs/methods/getFileExtension.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

811 B

title description image
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 https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

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

Parameters:

Name Type Required Description
mime_type string Yes Mime type of the file

Return type: Text