StefanoBelli / xxtelebot

**DISCONTINUED** A simple C++11 Telegram Bot API implementation
https://stefanobelli.github.io/xxtelebot
MIT License
42 stars 7 forks source link

Function sendAudio send a Voice Message #32

Closed Ismaw34 closed 6 years ago

Ismaw34 commented 6 years ago

Hello,

Since couple of months the api sends VoiceMessages (like sendVoice) but using sendAudio.

StefanoBelli commented 6 years ago

It shouldn't, I'll test ASAP

Ismaw34 commented 6 years ago

I tested it, again with other audio codec. When sending audios with the codec ogg, telegram treats them as voice. Tested it again with mp3, sent audio this time. I think its more a server side not an api problem. Thanks.

StefanoBelli commented 6 years ago

Definitively it is, this API will forward the mime type without touching it in any way.

Thanks for using this API wrapper :)