currently i have this but it just sent the 'ReplyKeyboardMarkup'
['chat_id' => 'BlaBlaBla',
'text' => 'a',
'reply_markup' => [
'keyboard' => [[['text' => 'this is reply', 'request_contact' => true ]]] ,
'inline_keyboard' => [[['text' => 'this is inline' , 'url' => 'BlaBlaBla' ]]]
]
]
and this the api if it helps
https://api.telegram.org/botBOT_TOKEN/sendmessage?&reply_markup={"keyboard":[[{"text":"this is reply","request_contact":true}]],"inline_keyboard":[[{"text":"this is inline","url":"BlaBlaBla"}]]}&text=a&type=message&chat_id=BlaBlaBla