TGTGInsighttelegram intelligenceLIVE / telegram public index
← Learn to Code | #Personal-Blog !
Learn to Code | #Personal-Blog ! avatar

TGINSIGHT POST

Post #14

@codelesson

Learn to Code | #Personal-Blog !

Visninger160Antal visninger
Publiceret1. feb.01.02.2021, 13.25
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, ]); }