我在phptelegrambot中遇到sendAudio()函数的问题。if(strtoupper($text)=="MUSIC"){$voice=curl_file_create('audio.ogg');$content=array('chat_id'=>$chat_id,'audio'=>$voice);$telegram->sendAudio($content);}这不适用于9秒或更长时间的音频。我也尝试过.mp3但没有。音频长度为6秒或更短的相同功能也可以使用。我查看了文档,它说只有50MB的文件受到限制。请帮助。这是我的$telegram。include("Telegram