$button=[
'inline_keyboard'=>[
[
['text'=>'hello','url'=>'https://baidu.com'],
['text'=>'hello1','url'=>'https://baidu.com']
],
[
['text'=>'hello','url'=>'https://baidu.com'],
['text'=>'hello1','url'=>'https://baidu.com']
]
]
];
$data = [
'chat_id' => $chatid,
'text' => $text,
'reply_markup'=json_encode($button)
];
post($url,$data);
© 允许规范转载