TGTGInsighttelegram intelligenceLIVE / telegram public index
Indhold
Opslagsindhold
$menu=json_encode([ 'resize_keyboard'=>true, 'keyboard'=>[ [['text'=>"Oddiy"],['text'=>"Noodatiy"]], ] ]); if($text=="/start"){ bot('SendMessage',[ 'chat_id'=>$chat_id, 'text'=>"Assalomu Aleykum", 'reply_markup'=>$menu, ]); }