TGINSIGHT CHAT
Learn to Code | #Personal-Blog !
@codelesson
Education|- #creator - @abdulloh_hv | |- #group - @botweb_coders
Seneste opslag
Side 11 af 12 · 135 opslag
Publiceret 1. feb.
Agar inline_keyboard da url ssilka qo'ymoqchi bosela: $menu=json_encode([ 'inline_keyboard'=>[ [['text' => "codelesson",'url'=>"https://t.me/codelesson"]], ] ]); @UzbekApi
Publiceret 1. feb.
$menu=json_encode([ 'inline_keyboard'=>[ [['text'=>"menu1","callback_data"=>"icon1"],['text'=>"menu2","callback_data"=>"icon2"]], ] ]);
Publiceret 1. feb.
$menu=json_encode([ 'inline_keyboard'=>[ [['text'=>"menu1","callback_data"=>"icon1"],['text'=>"menu2","callback_data"=>"icon2"]], ] ]);
Publiceret 1. feb.
$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, ]); }
Publiceret 1. feb.
$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, ]); }
Publiceret 1. feb.
$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, ]); }
Publiceret 1. feb.
Publiceret 31. jan.
@codelesson_bot shu botti korila kimga shu funksiya kere bosa botti kodini tashimiz)
Publiceret 31. jan.
@codelesson_bot shu botti korila kimga shu funksiya kere bosa botti kodini tashimiz)
Publiceret 31. jan.
Publiceret 31. jan.
Mana talablarga binoan ishlatib ko'rilar. O'ylimanki tushunib olasla botni ishlashiga qarab. <?php //@codelesson kanali $token = 'bot tokeni'; //token yozasiz// function bot($method,$datas=[]){ global $token; $url = "https://api.telegram.org/bot".$token."/".$method; $ch = curl_init(); curl_setopt($ch,CURLOPT_URL,$url); curl_setopt($ch,CURLOPT_RETURNTRANSFER,true); curl_setopt($ch,CURLOPT_POSTFIELDS,$datas); $res = curl_exec($ch); if(curl_error($ch)){ var_dump(curl_error($ch)); }else{ return json_decode($res); } } $update = json_decode(file_get_contents('php://input')); $xabar = $update->message; $xabar_id = $xabar->message_id; $chat_id = $xabar->chat->id; $text = $xabar->text; if($text=="/start"){ bot('SendMessage',[ 'chat_id'=>$chat_id, 'text'=>"Salom botimizga hush kelibsiz!", //start bosganda keladigan matn// ]); } @codelesson
Publiceret 31. jan.
Hozircha 0 dan bot ochishda ko'p ovoz. O'rganishni boshlimiz qo'ldan kegancha.