--- title: "storage.fileMp3" description: "Mp3 audio. MIME type: audio/mpeg." nav_exclude: true image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png redirect_from: /API_docs/constructors/storage_fileMp3.html --- # Constructor: storage.fileMp3 [Back to constructors index](/API_docs/constructors/index.html) Mp3 audio. MIME type: `audio/mpeg`. ### Type: [storage.FileType](/API_docs/types/storage.FileType.html) ### Example: ``` $storage_fileMp3 = ['_' => 'storage.fileMp3']; ```