MadelineProtoDocs/docs/TD_docs/methods/getFileExtension.md

813 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 Description Required
mime_type string Mime type of the file Yes

Return type: Text