$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);
如果觉得我的文章对你有用,请随意赞赏