Skip to content

Commit

Permalink
Merge pull request #19 from feltkamptv/patch-1
Browse files Browse the repository at this point in the history
Update extensions in uploadFile for sendAudio
  • Loading branch information
mgp25 committed May 27, 2016
2 parents f7cf715 + bf7cb68 commit e335483
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Telegram.php
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ private function uploadFile($method, $data)
'image/bmp' => '.bmp',
'image/tiff' => '.tif',
'audio/ogg' => '.ogg',
'audio/mpeg' => '.mp3',
'video/mp4' => '.mp4',
'image/webp' => '.webp'
);
Expand Down

0 comments on commit e335483

Please sign in to comment.