Delete Message ?
Delete Inline Keyboard ??
<?php
//Your Inline Keyboard Code Here
user_setProperty($chat_id,"msgID","$message_id");<?php
$id1 = user_getProperty($chat_id,"msgID");
$id = $id1+1;
bot_deleteMessage($chat_id,$id);
//Now Your CodeLast updated