audio tests

This commit is contained in:
Adhiraj
2020-09-03 10:25:00 +05:30
parent 4c646e3e02
commit 33448690a4
6 changed files with 13 additions and 2 deletions

View File

@@ -265,6 +265,7 @@ export enum Mimetype {
gif = 'video/gif',
pdf = 'application/pdf',
ogg = 'audio/ogg; codecs=opus',
mp4Audio = 'audio/mp4',
/** for stickers */
webp = 'image/webp',
}