【发布时间】:2018-07-06 08:57:24
【问题描述】:
我今天出现了一个问题不知道为什么:| 当文本中有@时,它不起作用
Example :
if ($text == 'send') {
bot('sendaudio',[
'chat_id'=>$chat_id,
'audio'=>new CURLFile("data/music.mp3"),
'title'=>"nil", <-----// When used @ not work
'performer'=>"nil", <-----// When used @ not work
'caption'=>"@Example", <-----// When used @ not work
'reply_markup'=>$home,
]);
}
我在 vps 主机中运行我的机器人
【问题讨论】:
-
“它不起作用”是什么意思?
-
带有音频文件(mp3)的消息不发送当我在没有@的情况下更改文本时发送带有文本的音频文件