Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php /* Coder = > @coderIQ */ ob_start(); $API_KEY = '7138782459:AAHx0FUYFVhf_fOtaW1..

Decoded Output download

<?php 
/* 
Coder = > @coderIQ 
*/ 
ob_start(); 
$API_KEY = '7138782459:AAHx0FUYFVhf_fOtaW163jVWNey1atFuNe8'; 
echo "https://api.telegram.org/bot7138782459:AAHx0FUYFVhf_fOtaW163jVWNey1atFuNe8/setWebhook?url=https://51afb86a-635b-4406-a848-ae9abcbdcd7b-00-1j9c6x2oagg0.picard.replit.dev/index.php".$_SERVER['SERVER_NAME']."".$_SERVER['SCRIPT_NAME']; 
define('API_KEY',$API_KEY); 
function bot($method,$datas=[]){ 
$url = "https://api.telegram.org/bot".API_KEY."/".$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')); 
$message = $update->message; 
$id = $message->from->id; 
$chat_id = $message->chat->id; 
$bot = '@'.bot('getme',['bot'])->result->username; 
$text = $message->text; 
$chat_id2 = $update->callback_query->message->chat->id; 
$message_id = $update->callback_query->message->message_id; 
$data     = $update->callback_query->data; 
 
$temp = json_decode(file_get_contents('temp.json'),true); 
$msg = json_decode(file_get_contents('msgs.json'),true); 
if ($message->photo or $message->document or $message->video or $message->voice or $message->audio) { 
    $text = $message->caption; 
} 
if ($text == '/us') { 
    bot('sendMessage',[ 
        'chat_id'=>$chat_id, 
        'text'=>count($temp) 
        ]); 
} 
 
if (!file_exists('temp.json')) { 
    file_put_contents("temp.json", '{}'); 
}if (!file_exists('msgs.json')) { 
    file_put_contents("msgs.json", '{"last":1}'); 
} 
if ($text == '/start') { 
    bot('sendMessage',[ 
        'chat_id'=>$chat_id, 
        'text'=>"       
-      +  ", 
        'reply_markup'=>json_encode([ 
            'inline_keyboard'=>[ 
            [['text'=>'-     -','callback_data'=>'cr']], 
            [['text'=>'   ','url'=>'t.me/b69bb5'],['text'=>'   ','url'=>'t.me/b69bb5']], 
 
            ] 
            ]) 
        ]); 
} 
 
if ($data == 'cr') { 
    $temp[$chat_id2]['mode'] = 'head'; 
    bot('editMessageText',[ 
        'chat_id'=>$chat_id2, 
        'message_id'=>$message_id, 
        'text'=>"       
       
-                      . . . " 
        ]); 
         file_put_contents('temp.json', json_encode($temp)); 
} 
if ($temp[$chat_id]['mode'] == 'head') { 
    if ($message->text) { 
        $temp[$chat_id]['type'] = 'text'; 
        $temp[$chat_id]['text'] = $text; 
        bot('sendMessage',[ 
            'chat_id'=>$chat_id, 
            'text'=>"-         !", 
            'reply_markup'=>json_encode([ 
                'inline_keyboard'=>[ 
                [['text'=>" ",'callback_data'=>'yes'],['text'=>"",'callback_data'=>"no"]] 
                ] 
                ]) 
            ]); 
        $temp[$chat_id]['mode'] = null; 
    file_put_contents('temp.json', json_encode($temp)); 
    } 
    if ($message->photo) { 
        $temp[$chat_id]['type'] = 'photo'; 
        $temp[$chat_id]['caption'] = $text; 
        $temp[$chat_id]['file_id'] = $message->photo[0]->file_id; 
        bot('sendMessage',[ 
            'chat_id'=>$chat_id, 
            'text'=>"-         !", 
            'reply_markup'=>json_encode([ 
                'inline_keyboard'=>[ 
                [['text'=>" ",'callback_data'=>'yes'],['text'=>"",'callback_data'=>"no"]] 
                ] 
                ]) 
            ]); 
        $temp[$chat_id]['mode'] = null; 
    file_put_contents('temp.json', json_encode($temp));     
    } 
    if ($message->video) { 
        $temp[$chat_id]['type'] = 'video'; 
        $temp[$chat_id]['caption'] = $text; 
        $temp[$chat_id]['file_id'] = $message->video->file_id; 
        bot('sendMessage',[ 
            'chat_id'=>$chat_id, 
            'text'=>"-         !", 
            'reply_markup'=>json_encode([ 
                'inline_keyboard'=>[ 
                [['text'=>" ",'callback_data'=>'yes'],['text'=>"",'callback_data'=>"no"]] 
                ] 
                ]) 
            ]); 
        $temp[$chat_id]['mode'] = null; 
    file_put_contents('temp.json', json_encode($temp));     
    } 
    if ($message->voice) { 
        $temp[$chat_id]['type'] = 'voice'; 
        $temp[$chat_id]['caption'] = $text; 
        $temp[$chat_id]['file_id'] = $message->voice->file_id; 
        bot('sendMessage',[ 
            'chat_id'=>$chat_id, 
            'text'=>"-         !", 
            'reply_markup'=>json_encode([ 
                'inline_keyboard'=>[ 
                [['text'=>" ",'callback_data'=>'yes'],['text'=>"",'callback_data'=>"no"]] 
                ] 
                ]) 
            ]); 
        $temp[$chat_id]['mode'] = null; 
    file_put_contents('temp.json', json_encode($temp));     
    } 
    if ($message->audio) { 
        $temp[$chat_id]['type'] = 'audio'; 
        $temp[$chat_id]['caption'] = $text; 
        $temp[$chat_id]['file_id'] = $message->audio->file_id; 
        bot('sendMessage',[ 
            'chat_id'=>$chat_id, 
            'text'=>"-         !", 
            'reply_markup'=>json_encode([ 
                'inline_keyboard'=>[ 
                [['text'=>" ",'callback_data'=>'yes'],['text'=>"",'callback_data'=>"no"]] 
                ] 
                ]) 
            ]); 
        $temp[$chat_id]['mode'] = null; 
    file_put_contents('temp.json', json_encode($temp));     
    } 
     if ($message->sticker) { 
        $temp[$chat_id]['type'] = 'sticker'; 
        $temp[$chat_id]['caption'] = $text; 
        $temp[$chat_id]['file_id'] = $message->sticker->file_id; 
        bot('sendMessage',[ 
            'chat_id'=>$chat_id, 
            'text'=>"-         !", 
            'reply_markup'=>json_encode([ 
                'inline_keyboard'=>[ 
                [['text'=>" ",'callback_data'=>'yes'],['text'=>"",'callback_data'=>"no"]] 
                ] 
                ]) 
            ]); 
        $temp[$chat_id]['mode'] = null; 
    file_put_contents('temp.json', json_encode($temp));     
    } 
    if ($message->document) { 
        $temp[$chat_id]['type'] = 'doc'; 
        $temp[$chat_id]['caption'] = $text; 
        $temp[$chat_id]['file_id'] = $message->document->file_id; 
        bot('sendMessage',[ 
            'chat_id'=>$chat_id, 
            'text'=>"-         !", 
            'reply_markup'=>json_encode([ 
                'inline_keyboard'=>[ 
                [['text'=>" ",'callback_data'=>'yes'],['text'=>"",'callback_data'=>"no"]] 
                ] 
                ]) 
            ]); 
        $temp[$chat_id]['mode'] = null; 
    file_put_contents('temp.json', json_encode($temp));     
    } 
} 
if ($data == 'no') { 
    bot('editMessageText',[ 
        'chat_id'=>$chat_id2, 
        'message_id'=>$message_id, 
        'text'=>'  . . .' 
        ]); 
    if ($temp[$chat_id2]['type'] == 'text') { 
        $msg[$msg['last'] + 1]['type'] = 'text'; 
        $msg[$msg['last'] + 1]['text'] = $temp[$chat_id2]['text']; 
        bot('sendMessage',[ 
            'chat_id'=>$chat_id2, 
            'text'=>$temp[$chat_id2]['text'], 
            'parse_mode'=>'html' 
            ]); 
        $msg['last'] = $msg['last'] + 1; 
        bot('sendMessage',[ 
            'chat_id'=>$chat_id2, 
            'text'=>$bot.' '.$msg['last'], 
            'parse_mode'=>'html', 
            'reply_markup'=>json_encode([ 
            'inline_keyboard'=>[ 
            [['text'=>'-     -','callback_data'=>'cr']]]]) 
            ]); 
    } 
    if ($temp[$chat_id2]['type'] == 'photo') { 
        $msg[$msg['last'] + 1]['type'] = 'photo'; 
        $msg[$msg['last'] + 1]['file_id'] = $temp[$chat_id2]['file_id']; 
        $msg[$msg['last'] + 1]['caption'] = $temp[$chat_id2]['caption']; 
        bot('sendPhoto',[ 
            'chat_id'=>$chat_id2, 
            'file_id'=>$temp[$chat_id2]['file_id'], 
            'caption'=>$temp[$chat_id2]['caption'], 
            'parse_mode'=>'html' 
            ]); 
        $msg['last'] = $msg['last'] + 1; 
        bot('sendMessage',[ 
            'chat_id'=>$chat_id2, 
            'text'=>$bot.' '.$msg['last'], 
            'parse_mode'=>'html', 
            'reply_markup'=>json_encode([ 
            'inline_keyboard'=>[ 
            [['text'=>'-     -','callback_data'=>'cr']]]]) 
            ]); 
    } 
    if ($temp[$chat_id2]['type'] == 'video') { 
        $msg[$msg['last'] + 1]['type'] = 'video'; 
        $msg[$msg['last'] + 1]['file_id'] = $temp[$chat_id2]['file_id']; 
        $msg[$msg['last'] + 1]['caption'] = $temp[$chat_id2]['caption']; 
        bot('sendvideo',[ 
            'chat_id'=>$chat_id2, 
            'file_id'=>$temp[$chat_id2]['file_id'], 
            'caption'=>$temp[$chat_id2]['caption'], 
            'parse_mode'=>'html' 
            ]); 
        $msg['last'] = $msg['last'] + 1; 
        bot('sendMessage',[ 
            'chat_id'=>$chat_id2, 
            'text'=>$bot.' '.$msg['last'], 
            'parse_mode'=>'html', 
            'reply_markup'=>json_encode([ 
            'inline_keyboard'=>[ 
            [['text'=>'-     -','callback_data'=>'cr']]]]) 
            ]); 
    } 
    if ($temp[$chat_id2]['type'] == 'audio') { 
        $msg[$msg['last'] + 1]['type'] = 'audio'; 
        $msg[$msg['last'] + 1]['file_id'] = $temp[$chat_id2]['file_id']; 
        $msg[$msg['last'] + 1]['caption'] = $temp[$chat_id2]['caption']; 
        bot('sendaudio',[ 
            'chat_id'=>$chat_id2, 
            'file_id'=>$temp[$chat_id2]['file_id'], 
            'caption'=>$temp[$chat_id2]['caption'], 
            'parse_mode'=>'html' 
            ]); 
        $msg['last'] = $msg['last'] + 1; 
        bot('sendMessage',[ 
            'chat_id'=>$chat_id2, 
            'text'=>$bot.' '.$msg['last'], 
            'parse_mode'=>'html', 
            'reply_markup'=>json_encode([ 
            'inline_keyboard'=>[ 
            [['text'=>'-     -','callback_data'=>'cr']]]]) 
            ]); 
    } 
    if ($temp[$chat_id2]['type'] == 'voice') { 
        $msg[$msg['last'] + 1]['type'] = 'voice'; 
        $msg[$msg['last'] + 1]['file_id'] = $temp[$chat_id2]['file_id']; 
        $msg[$msg['last'] + 1]['caption'] = $temp[$chat_id2]['caption']; 
        bot('sendvoice',[ 
            'chat_id'=>$chat_id2, 
            'file_id'=>$temp[$chat_id2]['file_id'], 
            'caption'=>$temp[$chat_id2]['caption'], 
            'parse_mode'=>'html' 
            ]); 
        $msg['last'] = $msg['last'] + 1; 
        bot('sendMessage',[ 
            'chat_id'=>$chat_id2, 
            'text'=>$bot.' '.$msg['last'], 
            'parse_mode'=>'html', 
            'reply_markup'=>json_encode([ 
            'inline_keyboard'=>[ 
            [['text'=>'-     -','callback_data'=>'cr']]]]) 
            ]); 
    } 
    if ($temp[$chat_id2]['type'] == 'sticker') { 
        $msg[$msg['last'] + 1]['type'] = 'sticker'; 
        $msg[$msg['last'] + 1]['file_id'] = $temp[$chat_id2]['file_id']; 
        $msg[$msg['last'] + 1]['caption'] = $temp[$chat_id2]['caption']; 
        bot('sendsticker',[ 
            'chat_id'=>$chat_id2, 
            'file_id'=>$temp[$chat_id2]['file_id'], 
            'parse_mode'=>'html' 
            ]); 
        $msg['last'] = $msg['last'] + 1; 
        bot('sendMessage',[ 
            'chat_id'=>$chat_id2, 
            'text'=>$bot.' '.$msg['last'], 
            'parse_mode'=>'html', 
            'reply_markup'=>json_encode([ 
            'inline_keyboard'=>[ 
            [['text'=>'-     -','callback_data'=>'cr']]]]) 
            ]); 
    } 
    if ($temp[$chat_id2]['type'] == 'doc') { 
        $msg[$msg['last'] + 1]['type'] = 'doc'; 
        $msg[$msg['last'] + 1]['file_id'] = $temp[$chat_id2]['file_id']; 
        $msg[$msg['last'] + 1]['caption'] = $temp[$chat_id2]['caption']; 
        bot('senddocument',[ 
            'chat_id'=>$chat_id2, 
            'file_id'=>$temp[$chat_id2]['file_id'], 
            'parse_mode'=>'html' 
            ]); 
        $msg['last'] = $msg['last'] + 1; 
        bot('sendMessage',[ 
            'chat_id'=>$chat_id2, 
            'text'=>$bot.' '.$msg['last'], 
            'parse_mode'=>'html', 
            'reply_markup'=>json_encode([ 
            'inline_keyboard'=>[ 
            [['text'=>'-     -','callback_data'=>'cr']]]]) 
            ]); 
    } 
    $temp[$chat_id2]['type'] = null; 
    $temp[$chat_id2]['mode'] = null; 
    $temp[$chat_id2]['text'] = null;   
    $temp[$chat_id2]['caption'] = null; 
    $temp[$chat_id2]['file_id']= null; 
    file_put_contents('temp.json', json_encode($temp)); 
    file_put_contents('msgs.json', json_encode($msg)); 
} 
if ($data == "yes") { 
    $temp[$chat_id2]['mode'] = 'keyboard'; 
    file_put_contents('temp.json', json_encode($temp)); 
    bot('editMessageText',[ 
        'chat_id'=>$chat_id2, 
        'message_id'=>$message_id, 
        'text'=>"        
 
 =  
 =  ,  =  
 =  ,  =  ,  =  
 
 ..  
text = t.me 
text = t.me , text = t.me 
text = t.me , text = t.me , text = t.me" 
        ]); 
} 
if ($text != '/start' and $temp[$chat_id]['mode']=='keyboard') { 
    $i=0; 
    $keyboard = []; 
    $keyboard["inline_keyboard"] = []; 
    $rows = explode("
",$text); 
        foreach($rows as $row){ 
            $j=0; 
            $keyboard["inline_keyboard"][$i]=[]; 
            $bottons = explode(",",$row); 
                foreach($bottons as $botton){ 
                    $data = explode("=",$botton."="); 
                    $Ibotton = ["text" => trim($data[0]), "url" => trim($data[1])]; 
                    $keyboard["inline_keyboard"][$i][$j] = $Ibotton; 
                    $j++; 
                } 
                $i++; 
            } 
    bot('sendMessage',[ 
        'chat_id'=>$chat_id, 
        'text'=>'  . . .' 
        ]); 
    $reply_markup=json_encode($keyboard); 
    if ($temp[$chat_id]['type'] == 'text') { 
        $msg['last'] = $msg['last'] + 1; 
        bot('sendMessage',[ 
        'chat_id'=>$chat_id, 
        'text'=>$temp[$chat_id]['text'], 
        'reply_markup'=>($reply_markup) 
        ]); 
    bot('sendMessage',[ 
            'chat_id'=>$chat_id, 
            'text'=>$bot.' '.$msg['last'], 
            'parse_mode'=>'html', 
            'reply_markup'=>json_encode([ 
            'inline_keyboard'=>[ 
            [['text'=>'-     -','callback_data'=>'cr']]]]) 
            ]); 
 
    $msg[$msg['last']]['text'] = $temp[$chat_id]['text']; 
    $msg[$msg['last']]['type'] = 'text_keyboard'; 
    $msg[$msg['last']]['reply_markup'] = $keyboard; 
    } 
    if ($temp[$chat_id]['type'] == 'photo') { 
        $msg['last'] = $msg['last'] + 1; 
        bot('sendPhoto',[ 
        'chat_id'=>$chat_id, 
        'file_id'=>$temp[$chat_id]['file_id'], 
        'caption'=>$temp[$chat_id]['caption'], 
        'parse_mode'=>'html', 
        'reply_markup'=>($reply_markup) 
        ]); 
    bot('sendMessage',[ 
            'chat_id'=>$chat_id, 
            'text'=>$bot.' '.$msg['last'], 
            'parse_mode'=>'html', 
            'reply_markup'=>json_encode([ 
            'inline_keyboard'=>[ 
            [['text'=>'-     -','callback_data'=>'cr']]]]) 
            ]); 
 
        $msg[$msg['last']]['file_id'] = $temp[$chat_id]['file_id']; 
        $msg[$msg['last']]['caption'] = $temp[$chat_id]['caption']; 
    $msg[$msg['last']]['type'] = 'photo_keyboard'; 
    $msg[$msg['last']]['reply_markup'] = $keyboard; 
    } 
 
    if ($temp[$chat_id]['type'] == 'voice') { 
        $msg['last'] = $msg['last'] + 1; 
        bot('sendvoice',[ 
        'chat_id'=>$chat_id, 
        'file_id'=>$temp[$chat_id]['file_id'], 
        'caption'=>$temp[$chat_id]['caption'], 
        'parse_mode'=>'html', 
        'reply_markup'=>($reply_markup) 
        ]); 
    bot('sendMessage',[ 
            'chat_id'=>$chat_id, 
            'text'=>$bot.' '.$msg['last'], 
            'parse_mode'=>'html', 
            'reply_markup'=>json_encode([ 
            'inline_keyboard'=>[ 
            [['text'=>'-     -','callback_data'=>'cr']]]]) 
            ]); 
 
        $msg[$msg['last']]['file_id'] = $temp[$chat_id]['file_id']; 
        $msg[$msg['last']]['caption'] = $temp[$chat_id]['caption']; 
    $msg[$msg['last']]['type'] = 'voice_keyboard'; 
    $msg[$msg['last']]['reply_markup'] = $keyboard; 
    } 
    if ($temp[$chat_id]['type'] == 'audio') { 
        $msg['last'] = $msg['last'] + 1; 
        bot('sendaudio',[ 
        'chat_id'=>$chat_id, 
        'file_id'=>$temp[$chat_id]['file_id'], 
        'caption'=>$temp[$chat_id]['caption'], 
        'parse_mode'=>'html', 
        'reply_markup'=>($reply_markup) 
        ]); 
    bot('sendMessage',[ 
            'chat_id'=>$chat_id, 
            'text'=>$bot.' '.$msg['last'], 
            'parse_mode'=>'html', 
            'reply_markup'=>json_encode([ 
            'inline_keyboard'=>[ 
            [['text'=>'-     -','callback_data'=>'cr']]]]) 
            ]); 
 
        $msg[$msg['last']]['file_id'] = $temp[$chat_id]['file_id']; 
        $msg[$msg['last']]['caption'] = $temp[$chat_id]['caption']; 
    $msg[$msg['last']]['type'] = 'audio_keyboard'; 
    $msg[$msg['last']]['reply_markup'] = $keyboard; 
    } 
    if ($temp[$chat_id]['type'] == 'sticker') { 
        $msg['last'] = $msg['last'] + 1; 
        bot('sendsticker',[ 
        'chat_id'=>$chat_id, 
        'file_id'=>$temp[$chat_id]['file_id'], 
        'reply_markup'=>($reply_markup) 
        ]); 
    bot('sendMessage',[ 
            'chat_id'=>$chat_id, 
            'text'=>$bot.' '.$msg['last'], 
            'parse_mode'=>'html', 
            'reply_markup'=>json_encode([ 
            'inline_keyboard'=>[ 
            [['text'=>'-     -','callback_data'=>'cr']]]]) 
            ]); 
 
        $msg[$msg['last']]['file_id'] = $temp[$chat_id]['file_id']; 
        $msg[$msg['last']]['caption'] = $temp[$chat_id]['caption']; 
    $msg[$msg['last']]['type'] = 'sticker_keyboard'; 
    $msg[$msg['last']]['reply_markup'] = $keyboard; 
    } 
    if ($temp[$chat_id]['type'] == 'doc') { 
        $msg['last'] = $msg['last'] + 1; 
        bot('senddocument',[ 
        'chat_id'=>$chat_id, 
        'file_id'=>$temp[$chat_id]['file_id'], 
        'reply_markup'=>($reply_markup) 
        ]); 
    bot('sendMessage',[ 
            'chat_id'=>$chat_id, 
            'text'=>$bot.' '.$msg['last'], 
            'parse_mode'=>'html', 
            'reply_markup'=>json_encode([ 
            'inline_keyboard'=>[ 
            [['text'=>'-     -','callback_data'=>'cr']]]]) 
            ]); 
 
        $msg[$msg['last']]['file_id'] = $temp[$chat_id]['file_id']; 
        $msg[$msg['last']]['caption'] = $temp[$chat_id]['caption']; 
    $msg[$msg['last']]['type'] = 'doc_keyboard'; 
    $msg[$msg['last']]['reply_markup'] = $keyboard; 
    } 
    if ($temp[$chat_id]['type'] == 'video') { 
        $msg['last'] = $msg['last'] + 1; 
        bot('sendvideo',[ 
        'chat_id'=>$chat_id, 
        'file_id'=>$temp[$chat_id]['file_id'], 
        'caption'=>$temp[$chat_id]['caption'], 
        'parse_mode'=>'html', 
        'reply_markup'=>($reply_markup) 
        ]); 
    bot('sendMessage',[ 
            'chat_id'=>$chat_id, 
            'text'=>$bot.' '.$msg['last'], 
            'parse_mode'=>'html', 
            'reply_markup'=>json_encode([ 
            'inline_keyboard'=>[ 
            [['text'=>'-     -','callback_data'=>'cr']]]]) 
            ]); 
 
        $msg[$msg['last']]['file_id'] = $temp[$chat_id]['file_id']; 
        $msg[$msg['last']]['caption'] = $temp[$chat_id]['caption']; 
    $msg[$msg['last']]['type'] = 'video_keyboard'; 
    $msg[$msg['last']]['reply_markup'] = $keyboard; 
    } 
    $temp[$chat_id]['type'] = null; 
    $temp[$chat_id]['mode'] = null; 
    $temp[$chat_id]['text'] = null;   
    $temp[$chat_id]['caption'] = null; 
    $temp[$chat_id]['file_id']= null; 
    file_put_contents('temp.json', json_encode($temp)); 
    file_put_contents("msgs.json", json_encode($msg)); 
} 
$inline = $update->inline_query->query; 
if ($inline) { 
    $type = $msg[$inline]['type']; 
    if ($type == 'text_keyboard') { 
        bot('answerInlineQuery',[ 
            'inline_query_id'=>$update->inline_query->id,     
            'results' => json_encode([[ 
                'type'=>'article', 
                'id'=>base64_encode(rand(5,555)), 
                'title'=>"-    ", 
             'input_message_content'=>['parse_mode'=>'HTML','message_text'=>$msg[$inline]['text']], 
            'reply_markup'=>$msg[$inline]['reply_markup'] 
          ]]) 
        ]); 
    } 
    if ($type == 'text') { 
        bot('answerInlineQuery',[ 
            'inline_query_id'=>$update->inline_query->id,     
            'results' => json_encode([[ 
                'type'=>'article', 
                'id'=>base64_encode(rand(5,555)), 
                'title'=>"-    ", 
             'input_message_content'=>['parse_mode'=>'HTML','message_text'=>$msg[$inline]['text']], 
          ]]) 
        ]); 
    } 
    if ($type == 'voice') { 
        if($msg[$inline]['caption'] != null){ 
        bot('answerInlineQuery',[ 
            'inline_query_id'=>$update->inline_query->id,     
            'results' => json_encode([[ 
                'type'=>'voice', 
                'id'=>base64_encode(rand(5,555)), 
                'title'=>"-    ", 
                'voice_file_id'=>$msg[$inline]['file_id'], 
                'caption'=>$msg[$inline]['caption'], 
                'input_message_content'=>['parse_mode'=>'HTML'], 
          ]]) 
        ]); 
        } 
        if($msg[$inline]['caption'] == null){ 
        bot('answerInlineQuery',[ 
            'inline_query_id'=>$update->inline_query->id,     
            'results' => json_encode([[ 
                'type'=>'voice', 
                'id'=>base64_encode(rand(5,555)), 
                'title'=>"-    ", 
                'voice_file_id'=>$msg[$inline]['file_id'], 
                'input_message_content'=>['parse_mode'=>'HTML'], 
          ]]) 
        ]); 
        } 
    } 
    if ($type == 'voice_keyboard') { 
       if($msg[$inline]['caption'] != null){ 
        bot('answerInlineQuery',[ 
            'inline_query_id'=>$update->inline_query->id,     
            'results' => json_encode([[ 
                'type'=>'voice', 
                'id'=>base64_encode(rand(5,555)), 
                'title'=>"-    ", 
                'voice_file_id'=>$msg[$inline]['file_id'], 
                'caption'=>$msg[$inline]['caption'], 
                'reply_markup'=>$msg[$inline]['reply_markup'], 
                'input_message_content'=>['parse_mode'=>'HTML'], 
          ]]) 
        ]); 
        } 
        if($msg[$inline]['caption'] == null){ 
        bot('answerInlineQuery',[ 
            'inline_query_id'=>$update->inline_query->id,     
            'results' => json_encode([[ 
                'type'=>'voice', 
                'id'=>base64_encode(rand(5,555)), 
                'title'=>"-    ", 
                'voice_file_id'=>$msg[$inline]['file_id'], 
                'reply_markup'=>$msg[$inline]['reply_markup'], 
                'input_message_content'=>['parse_mode'=>'HTML'], 
          ]]) 
        ]); 
        } 
    } 
    if ($type == 'photo') { 
        if($msg[$inline]['caption'] != null){ 
        bot('answerInlineQuery',[ 
            'inline_query_id'=>$update->inline_query->id,     
            'results' => json_encode([[ 
                'type'=>'photo', 
                'id'=>base64_encode(rand(5,555)), 
                'title'=>"-    ", 
                'photo_file_id'=>$msg[$inline]['file_id'], 
                'caption'=>$msg[$inline]['caption'], 
                'input_message_content'=>['parse_mode'=>'HTML'], 
          ]]) 
        ]); 
        } 
        if($msg[$inline]['caption'] == null){ 
        bot('answerInlineQuery',[ 
            'inline_query_id'=>$update->inline_query->id,     
            'results' => json_encode([[ 
                'type'=>'photo', 
                'id'=>base64_encode(rand(5,555)), 
                'title'=>"-    ", 
                'photo_file_id'=>$msg[$inline]['file_id'], 
                'input_message_content'=>['parse_mode'=>'HTML'], 
          ]]) 
        ]); 
        } 
    } 
    if ($type == 'photo_keyboard') { 
        if($msg[$inline]['caption'] != null){ 
        bot('answerInlineQuery',[ 
            'inline_query_id'=>$update->inline_query->id,     
            'results' => json_encode([[ 
                'type'=>'photo', 
                'id'=>base64_encode(rand(5,555)), 
                'title'=>"-    ", 
                'photo_file_id'=>$msg[$inline]['file_id'], 
                'caption'=>$msg[$inline]['caption'], 
                'reply_markup'=>$msg[$inline]['reply_markup'], 
                'input_message_content'=>['parse_mode'=>'HTML'], 
          ]]) 
        ]); 
        } 
        if($msg[$inline]['caption'] == null){ 
        bot('answerInlineQuery',[ 
            'inline_query_id'=>$update->inline_query->id,     
            'results' => json_encode([[ 
                'type'=>'photo', 
                'id'=>base64_encode(rand(5,555)), 
                'title'=>"-    ", 
                'photo_file_id'=>$msg[$inline]['file_id'], 
                'reply_markup'=>$msg[$inline]['reply_markup'], 
                'input_message_content'=>['parse_mode'=>'HTML'], 
          ]]) 
        ]); 
        } 
    } 
    if ($type == 'sticker') { 
        bot('answerInlineQuery',[ 
            'inline_query_id'=>$update->inline_query->id,     
            'results' => json_encode([[ 
                'type'=>'sticker', 
                'id'=>base64_encode(rand(5,555)), 
                'title'=>"-    ", 
                'sticker_file_id'=>$msg[$inline]['file_id'], 
 
          ]]) 
        ]); 
    } 
    if ($type == 'sticker_keyboard') { 
        bot('answerInlineQuery',[ 
            'inline_query_id'=>$update->inline_query->id,     
            'results' => json_encode([[ 
                'type'=>'sticker', 
                'id'=>base64_encode(rand(5,555)), 
                'title'=>"-    ", 
                'sticker_file_id'=>$msg[$inline]['file_id'], 
                'reply_markup'=>$msg[$inline]['reply_markup'], 
          ]]) 
        ]); 
    } 
    if ($type == 'audio') { 
        if($msg[$inline]['caption'] != null){ 
        bot('answerInlineQuery',[ 
            'inline_query_id'=>$update->inline_query->id,     
            'results' => json_encode([[ 
                'type'=>'audio', 
                'id'=>base64_encode(rand(5,555)), 
                'title'=>"-    ", 
                'audio_file_id'=>$msg[$inline]['file_id'], 
                'caption'=>$msg[$inline]['caption'], 
                'input_message_content'=>['parse_mode'=>'HTML'], 
          ]]) 
        ]); 
        } 
        if($msg[$inline]['caption'] == null){ 
        bot('answerInlineQuery',[ 
            'inline_query_id'=>$update->inline_query->id,     
            'results' => json_encode([[ 
                'type'=>'audio', 
                'id'=>base64_encode(rand(5,555)), 
                'title'=>"-    ", 
                'audio_file_id'=>$msg[$inline]['file_id'], 
                'input_message_content'=>['parse_mode'=>'HTML'], 
          ]]) 
        ]); 
        } 
    } 
    if ($type == 'audio_keyboard') { 
        if($msg[$inline]['caption'] != null){ 
        bot('answerInlineQuery',[ 
            'inline_query_id'=>$update->inline_query->id,     
            'results' => json_encode([[ 
                'type'=>'audio', 
                'id'=>base64_encode(rand(5,555)), 
                'title'=>"-    ", 
                'audio_file_id'=>$msg[$inline]['file_id'], 
                'caption'=>$msg[$inline]['caption'], 
                'reply_markup'=>$msg[$inline]['reply_markup'], 
                'input_message_content'=>['parse_mode'=>'HTML'], 
          ]]) 
        ]); 
        } 
        if($msg[$inline]['caption'] == null){ 
        bot('answerInlineQuery',[ 
            'inline_query_id'=>$update->inline_query->id,     
            'results' => json_encode([[ 
                'type'=>'audio', 
                'id'=>base64_encode(rand(5,555)), 
                'title'=>"-    ", 
                'audio_file_id'=>$msg[$inline]['file_id'], 
                'reply_markup'=>$msg[$inline]['reply_markup'], 
                'input_message_content'=>['parse_mode'=>'HTML'], 
          ]]) 
        ]); 
        } 
    } 
    if ($type == 'video') { 
        if($msg[$inline]['caption'] != null){ 
        bot('answerInlineQuery',[ 
            'inline_query_id'=>$update->inline_query->id,     
            'results' => json_encode([[ 
                'type'=>'video', 
                'id'=>base64_encode(rand(5,555)), 
                'title'=>"-    ", 
                'video_file_id'=>$msg[$inline]['file_id'], 
                'caption'=>$msg[$inline]['caption'], 
                'input_message_content'=>['parse_mode'=>'HTML'], 
          ]]) 
        ]); 
        } 
        if($msg[$inline]['caption'] == null){ 
        bot('answerInlineQuery',[ 
            'inline_query_id'=>$update->inline_query->id,     
            'results' => json_encode([[ 
                'type'=>'video', 
                'id'=>base64_encode(rand(5,555)), 
                'title'=>"-    ", 
                'video_file_id'=>$msg[$inline]['file_id'], 
                'input_message_content'=>['parse_mode'=>'HTML'], 
          ]]) 
        ]); 
        } 
    } 
    if ($type == 'video_keyboard') { 
        if($msg[$inline]['caption'] != null){ 
        bot('answerInlineQuery',[ 
            'inline_query_id'=>$update->inline_query->id,     
            'results' => json_encode([[ 
                'type'=>'video', 
                'id'=>base64_encode(rand(5,555)), 
                'title'=>"-    ", 
                'video_file_id'=>$msg[$inline]['file_id'], 
                'caption'=>$msg[$inline]['caption'], 
                'reply_markup'=>$msg[$inline]['reply_markup'], 
                'input_message_content'=>['parse_mode'=>'HTML'], 
          ]]) 
        ]); 
        } 
        if($msg[$inline]['caption'] == null){ 
        bot('answerInlineQuery',[ 
            'inline_query_id'=>$update->inline_query->id,     
            'results' => json_encode([[ 
                'type'=>'video', 
                'id'=>base64_encode(rand(5,555)), 
                'title'=>"-    ", 
                'video_file_id'=>$msg[$inline]['file_id'], 
                'reply_markup'=>$msg[$inline]['reply_markup'], 
                'input_message_content'=>['parse_mode'=>'HTML'], 
          ]]) 
        ]); 
        } 
    } 
    if ($type == 'doc_keyboard') { 
        if($msg[$inline]['caption'] != null){ 
        bot('answerInlineQuery',[ 
            'inline_query_id'=>$update->inline_query->id,     
            'results' => json_encode([[ 
                'type'=>'document', 
                'id'=>base64_encode(rand(5,555)), 
                'title'=>"-    ", 
                'document_file_id'=>$msg[$inline]['file_id'], 
                'caption'=>$msg[$inline]['caption'], 
                'reply_markup'=>$msg[$inline]['reply_markup'], 
                'input_message_content'=>['parse_mode'=>'HTML'], 
          ]]) 
        ]); 
        } 
        if($msg[$inline]['caption'] == null){ 
        bot('answerInlineQuery',[ 
            'inline_query_id'=>$update->inline_query->id,     
            'results' => json_encode([[ 
                'type'=>'document', 
                'id'=>base64_encode(rand(5,555)), 
                'title'=>"-    ", 
                'document_file_id'=>$msg[$inline]['file_id'], 
                'reply_markup'=>$msg[$inline]['reply_markup'], 
                'input_message_content'=>['parse_mode'=>'HTML'], 
          ]]) 
        ]); 
        } 
    } 
     if ($type == 'doc') { 
        if($msg[$inline]['caption'] != null){ 
        bot('answerInlineQuery',[ 
            'inline_query_id'=>$update->inline_query->id,     
            'results' => json_encode([[ 
                'type'=>'document', 
                'id'=>base64_encode(rand(5,555)), 
                'title'=>"-    ", 
                'document_file_id'=>$msg[$inline]['file_id'], 
                'caption'=>$msg[$inline]['caption'], 
                'input_message_content'=>['parse_mode'=>'HTML'], 
          ]]) 
        ]); 
        } 
        if($msg[$inline]['caption'] == null){ 
        bot('answerInlineQuery',[ 
            'inline_query_id'=>$update->inline_query->id,     
            'results' => json_encode([[ 
                'type'=>'document', 
                'id'=>base64_encode(rand(5,555)), 
                'title'=>"-    ", 
                'document_file_id'=>$msg[$inline]['file_id'], 
                'input_message_content'=>['parse_mode'=>'HTML'], 
          ]]) 
        ]); 
        } 
    } 
} 
$chs = json_decode(file_get_contents('ch.json'),true); 
$d = json_decode(file_get_contents('d.json'),true); 
if ($message->forward_from_chat) { 
    $ok = json_decode(file_get_contents("https://api.telegram.org/bot".API_KEY."/getChatAdministrators?chat_id=".$message->forward_from_chat->id))->ok; 
    if ($ok == true) { 
        bot('sendMessage',[ 
            'chat_id'=>$chat_id, 
            'text'=>'-   @'.$message->forward_from_chat->username."
 -    " 
        ]); 
        $chs[] = '@'.$message->forward_from_chat->username; 
        file_put_contents('ch.json', json_encode($chs)); 
    } else { 
        bot('sendMessage',[ 
            'chat_id'=>$chat_id, 
            'text'=>"-     " 
        ]); 
    } 
} 
if (preg_match('/^\/send .*/', $text)) { 
    $text = trim(str_replace('/send ', '', $text)); 
    if ($msg[$text]['type'] != null) { 
        $s = str_shuffle("ABCD1234"); 
        $a = str_shuffle("EFGHI5678"); 
        foreach ($chs as $key => $value) { 
            if ($msg[$text]['type'] == 'text') { 
                $p = bot('sendMessage',[ 
                    'chat_id'=>$value, 
                    'text'=>$msg[$text]['text'], 
                    'parse_mode'=>'html', 
                ]); 
 
               $d[$s.'-'.$a] =  [$p->result->message_id => $p->result->chat->id]; 
               file_put_contents('d.json', json_encode($d)); 
            } elseif ($msg[$text]['type'] == 'text_keyboard') { 
               $p = bot('sendMessage',[ 
                    'chat_id'=>$value, 
                    'text'=>$msg[$text]['text'], 
                    'parse_mode'=>'html', 
                    'reply_markup'=>json_encode($msg[$text]['reply_markup']) 
                ]); 
 
               $d[$s.'-'.$a] =  [$p->result->message_id => $p->result->chat->id]; 
               file_put_contents('d.json', json_encode($d)); 
            } elseif($msg[$text]['type'] == 'photo') { 
                $p = bot('sendphoto',[ 
                    'chat_id'=>$value, 
                    'photo'=>$msg[$text]['file_id'], 
                    'caption'=>$msg[$text]['caption'], 
                    'parse_mode'=>'html', 
                ]); 
 
               $d[$s.'-'.$a] =  [$p->result->message_id => $p->result->chat->id]; 
               file_put_contents('d.json', json_encode($d)); 
            }elseif($msg[$text]['type'] == 'photo_keyboard') { 
                $p = bot('sendphoto',[ 
                    'chat_id'=>$value, 
                    'photo'=>$msg[$text]['file_id'], 
                    'caption'=>$msg[$text]['caption'], 
                    'parse_mode'=>'html', 
                    'reply_markup'=>json_encode($msg[$text]['reply_markup']) 
                ]); 
 
               $d[$s.'-'.$a] =  [$p->result->message_id => $p->result->chat->id]; 
               file_put_contents('d.json', json_encode($d)); 
            } 
            elseif($msg[$text]['type'] == 'audio' ) { 
                $p = bot('sendaudio',[ 
                    'chat_id'=>$value, 
                    'audio'=>$msg[$text]['file_id'], 
                    'caption'=>$msg[$text]['caption'], 
                    'parse_mode'=>'html', 
                ]); 
 
               $d[$s.'-'.$a] =  [$p->result->message_id => $p->result->chat->id]; 
               file_put_contents('d.json', json_encode($d)); 
            }elseif($msg[$text]['type'] == 'audio_keyboard') { 
                $p = bot('sendaudio',[ 
                    'chat_id'=>$value, 
                    'audio'=>$msg[$text]['file_id'], 
                    'caption'=>$msg[$text]['caption'], 
                    'parse_mode'=>'html', 
                    'reply_markup'=>json_encode($msg[$text]['reply_markup']) 
                ]); 
 
               $d[$s.'-'.$a] =  [$p->result->message_id => $p->result->chat->id]; 
               file_put_contents('d.json', json_encode($d)); 
            } 
            elseif($msg[$text]['type'] == 'voice' ) { 
                $p = bot('sendvoice',[ 
                    'chat_id'=>$value, 
                    'voice'=>$msg[$text]['file_id'], 
                    'caption'=>$msg[$text]['caption'], 
                    'parse_mode'=>'html', 
                ]); 
 
               $d[$s.'-'.$a] =  [$p->result->message_id => $p->result->chat->id]; 
               file_put_contents('d.json', json_encode($d)); 
            } 
            elseif($msg[$text]['type'] == 'voice_keyboard') { 
                $p = bot('sendvoice',[ 
                    'chat_id'=>$value, 
                    'voice'=>$msg[$text]['file_id'], 
                    'caption'=>$msg[$text]['caption'], 
                    'parse_mode'=>'html', 
                    'reply_markup'=>json_encode($msg[$text]['reply_markup']) 
                ]); 
 
               $d[$s.'-'.$a] =  [$p->result->message_id => $p->result->chat->id]; 
               file_put_contents('d.json', json_encode($d)); 
            } 
            elseif($msg[$text]['type'] == 'doc') { 
                $p = bot('senddocument',[ 
                    'chat_id'=>$value, 
                    'document'=>$msg[$text]['file_id'], 
                    'caption'=>$msg[$text]['caption'], 
                    'parse_mode'=>'html', 
                ]); 
 
               $d[$s.'-'.$a] =  [$p->result->message_id => $p->result->chat->id]; 
               file_put_contents('d.json', json_encode($d)); 
            } 
            elseif($msg[$text]['type'] == 'doc_keyboard') { 
                $p = bot('senddocument',[ 
                    'chat_id'=>$value, 
                    'document'=>$msg[$text]['file_id'], 
                    'caption'=>$msg[$text]['caption'], 
                    'parse_mode'=>'html', 
                    'reply_markup'=>json_encode($msg[$text]['reply_markup']) 
                ]); 
 
               $d[$s.'-'.$a] =  [$p->result->message_id => $p->result->chat->id]; 
               file_put_contents('d.json', json_encode($d)); 
            } 
            elseif($msg[$text]['type'] == 'video' ) { 
                $p = bot('sendvideo',[ 
                    'chat_id'=>$value, 
                    'video'=>$msg[$text]['file_id'], 
                    'caption'=>$msg[$text]['caption'], 
                    'parse_mode'=>'html', 
                ]); 
 
               $d[$s.'-'.$a] =  [$p->result->message_id => $p->result->chat->id]; 
                file_put_contents('d.json', json_encode($d)); 
            }elseif( $msg[$text]['type'] == 'video_keyboard') { 
                $p = bot('sendvideo',[ 
                    'chat_id'=>$value, 
                    'video'=>$msg[$text]['file_id'], 
                    'caption'=>$msg[$text]['caption'], 
                    'parse_mode'=>'html', 
                    'reply_markup'=>json_encode($msg[$text]['reply_markup']) 
                ]); 
 
               $d[$s.'-'.$a] =  [$p->result->message_id => $p->result->chat->id]; 
               file_put_contents('d.json', json_encode($d)); 
            } 
            elseif($msg[$text]['type'] == 'sticker' ) { 
                $p = bot('sendsticker',[ 
                    'chat_id'=>$value, 
                    'sticker'=>$msg[$text]['file_id'], 
                ]); 
 
               $d[$s.'-'.$a] =  [$p->result->message_id => $p->result->chat->id]; 
               file_put_contents('d.json', json_encode($d)); 
            }elseif( $msg[$text]['type'] == 'sticker_keyboard') { 
                $p = bot('sendsticker',[ 
                    'chat_id'=>$value, 
                    'sticker'=>$msg[$text]['file_id'], 
                    'reply_markup'=>json_encode($msg[$text]['reply_markup']) 
                ]); 
 
               $d[$s.'-'.$a] =  [$p->result->message_id => $p->result->chat->id]; 
               file_put_contents('d.json', json_encode($d)); 
            } 
            bot('sendMessage',[ 
            'chat_id'=>$chat_id, 
            'text'=>"-    
 /del ".$s.'-'.$a 
        ]); 
        } 
    } else { 
        bot('sendMessage',[ 
            'chat_id'=>$chat_id, 
            'text'=>"-       " 
        ]); 
    } 
} 
if (preg_match('/^\/del .*/', $text)) { 
    $text = trim(str_replace('/del ', '', $text)); 
   foreach ($d[$text] as $key => $value) { 
       bot('deletemessage',[ 
        'chat_id'=>$value, 
        'message_id'=>$key 
       ]); 
       $d[$text] = null; 
       file_put_contents('d.json', json_encode($d)); 
   } 
} 
if (preg_match('/\/delch .*/', $text)) { 
    $text = trim(str_replace('/delch ', '', $text)); 
    if (in_array($text, $chs)) { 
 
        $s = str_replace('"@'.$text.'",', '', file_get_contents("ch.json")); 
        file_put_contents("d.json", $s); 
        bot('sendMessage',[ 
            'chat_id'=>$chat_id, 
            'text'=>'-   '.$text."
 -    " 
        ]); 
    } else { 
        bot('sendMessage',[ 
            'chat_id'=>$chat_id, 
            'text'=>"-       " 
        ]); 
    }    
} 
 ?>

Did this file decode correctly?

Original Code

<?php
/*
Coder = > @coderIQ
*/
ob_start();
$API_KEY = '7138782459:AAHx0FUYFVhf_fOtaW163jVWNey1atFuNe8';
echo "https://api.telegram.org/bot7138782459:AAHx0FUYFVhf_fOtaW163jVWNey1atFuNe8/setWebhook?url=https://51afb86a-635b-4406-a848-ae9abcbdcd7b-00-1j9c6x2oagg0.picard.replit.dev/index.php".$_SERVER['SERVER_NAME']."".$_SERVER['SCRIPT_NAME'];
define('API_KEY',$API_KEY);
function bot($method,$datas=[]){
$url = "https://api.telegram.org/bot".API_KEY."/".$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'));
$message = $update->message;
$id = $message->from->id;
$chat_id = $message->chat->id;
$bot = '@'.bot('getme',['bot'])->result->username;
$text = $message->text;
$chat_id2 = $update->callback_query->message->chat->id;
$message_id = $update->callback_query->message->message_id;
$data     = $update->callback_query->data;

$temp = json_decode(file_get_contents('temp.json'),true);
$msg = json_decode(file_get_contents('msgs.json'),true);
if ($message->photo or $message->document or $message->video or $message->voice or $message->audio) {
    $text = $message->caption;
}
if ($text == '/us') {
    bot('sendMessage',[
        'chat_id'=>$chat_id,
        'text'=>count($temp)
        ]);
}

if (!file_exists('temp.json')) {
    file_put_contents("temp.json", '{}');
}if (!file_exists('msgs.json')) {
    file_put_contents("msgs.json", '{"last":1}');
}
if ($text == '/start') {
    bot('sendMessage',[
        'chat_id'=>$chat_id,
        'text'=>"      
-      +  ",
        'reply_markup'=>json_encode([
            'inline_keyboard'=>[
            [['text'=>'-     -','callback_data'=>'cr']],
            [['text'=>'   ','url'=>'t.me/b69bb5'],['text'=>'   ','url'=>'t.me/b69bb5']],

            ]
            ])
        ]);
}

if ($data == 'cr') {
    $temp[$chat_id2]['mode'] = 'head';
    bot('editMessageText',[
        'chat_id'=>$chat_id2,
        'message_id'=>$message_id,
        'text'=>"      
      
-                      . . . "
        ]);
         file_put_contents('temp.json', json_encode($temp));
}
if ($temp[$chat_id]['mode'] == 'head') {
    if ($message->text) {
        $temp[$chat_id]['type'] = 'text';
        $temp[$chat_id]['text'] = $text;
        bot('sendMessage',[
            'chat_id'=>$chat_id,
            'text'=>"-         !",
            'reply_markup'=>json_encode([
                'inline_keyboard'=>[
                [['text'=>" ",'callback_data'=>'yes'],['text'=>"",'callback_data'=>"no"]]
                ]
                ])
            ]);
        $temp[$chat_id]['mode'] = null;
    file_put_contents('temp.json', json_encode($temp));
    }
    if ($message->photo) {
        $temp[$chat_id]['type'] = 'photo';
        $temp[$chat_id]['caption'] = $text;
        $temp[$chat_id]['file_id'] = $message->photo[0]->file_id;
        bot('sendMessage',[
            'chat_id'=>$chat_id,
            'text'=>"-         !",
            'reply_markup'=>json_encode([
                'inline_keyboard'=>[
                [['text'=>" ",'callback_data'=>'yes'],['text'=>"",'callback_data'=>"no"]]
                ]
                ])
            ]);
        $temp[$chat_id]['mode'] = null;
    file_put_contents('temp.json', json_encode($temp));    
    }
    if ($message->video) {
        $temp[$chat_id]['type'] = 'video';
        $temp[$chat_id]['caption'] = $text;
        $temp[$chat_id]['file_id'] = $message->video->file_id;
        bot('sendMessage',[
            'chat_id'=>$chat_id,
            'text'=>"-         !",
            'reply_markup'=>json_encode([
                'inline_keyboard'=>[
                [['text'=>" ",'callback_data'=>'yes'],['text'=>"",'callback_data'=>"no"]]
                ]
                ])
            ]);
        $temp[$chat_id]['mode'] = null;
    file_put_contents('temp.json', json_encode($temp));    
    }
    if ($message->voice) {
        $temp[$chat_id]['type'] = 'voice';
        $temp[$chat_id]['caption'] = $text;
        $temp[$chat_id]['file_id'] = $message->voice->file_id;
        bot('sendMessage',[
            'chat_id'=>$chat_id,
            'text'=>"-         !",
            'reply_markup'=>json_encode([
                'inline_keyboard'=>[
                [['text'=>" ",'callback_data'=>'yes'],['text'=>"",'callback_data'=>"no"]]
                ]
                ])
            ]);
        $temp[$chat_id]['mode'] = null;
    file_put_contents('temp.json', json_encode($temp));    
    }
    if ($message->audio) {
        $temp[$chat_id]['type'] = 'audio';
        $temp[$chat_id]['caption'] = $text;
        $temp[$chat_id]['file_id'] = $message->audio->file_id;
        bot('sendMessage',[
            'chat_id'=>$chat_id,
            'text'=>"-         !",
            'reply_markup'=>json_encode([
                'inline_keyboard'=>[
                [['text'=>" ",'callback_data'=>'yes'],['text'=>"",'callback_data'=>"no"]]
                ]
                ])
            ]);
        $temp[$chat_id]['mode'] = null;
    file_put_contents('temp.json', json_encode($temp));    
    }
     if ($message->sticker) {
        $temp[$chat_id]['type'] = 'sticker';
        $temp[$chat_id]['caption'] = $text;
        $temp[$chat_id]['file_id'] = $message->sticker->file_id;
        bot('sendMessage',[
            'chat_id'=>$chat_id,
            'text'=>"-         !",
            'reply_markup'=>json_encode([
                'inline_keyboard'=>[
                [['text'=>" ",'callback_data'=>'yes'],['text'=>"",'callback_data'=>"no"]]
                ]
                ])
            ]);
        $temp[$chat_id]['mode'] = null;
    file_put_contents('temp.json', json_encode($temp));    
    }
    if ($message->document) {
        $temp[$chat_id]['type'] = 'doc';
        $temp[$chat_id]['caption'] = $text;
        $temp[$chat_id]['file_id'] = $message->document->file_id;
        bot('sendMessage',[
            'chat_id'=>$chat_id,
            'text'=>"-         !",
            'reply_markup'=>json_encode([
                'inline_keyboard'=>[
                [['text'=>" ",'callback_data'=>'yes'],['text'=>"",'callback_data'=>"no"]]
                ]
                ])
            ]);
        $temp[$chat_id]['mode'] = null;
    file_put_contents('temp.json', json_encode($temp));    
    }
}
if ($data == 'no') {
    bot('editMessageText',[
        'chat_id'=>$chat_id2,
        'message_id'=>$message_id,
        'text'=>'  . . .'
        ]);
    if ($temp[$chat_id2]['type'] == 'text') {
        $msg[$msg['last'] + 1]['type'] = 'text';
        $msg[$msg['last'] + 1]['text'] = $temp[$chat_id2]['text'];
        bot('sendMessage',[
            'chat_id'=>$chat_id2,
            'text'=>$temp[$chat_id2]['text'],
            'parse_mode'=>'html'
            ]);
        $msg['last'] = $msg['last'] + 1;
        bot('sendMessage',[
            'chat_id'=>$chat_id2,
            'text'=>$bot.' '.$msg['last'],
            'parse_mode'=>'html',
            'reply_markup'=>json_encode([
            'inline_keyboard'=>[
            [['text'=>'-     -','callback_data'=>'cr']]]])
            ]);
    }
    if ($temp[$chat_id2]['type'] == 'photo') {
        $msg[$msg['last'] + 1]['type'] = 'photo';
        $msg[$msg['last'] + 1]['file_id'] = $temp[$chat_id2]['file_id'];
        $msg[$msg['last'] + 1]['caption'] = $temp[$chat_id2]['caption'];
        bot('sendPhoto',[
            'chat_id'=>$chat_id2,
            'file_id'=>$temp[$chat_id2]['file_id'],
            'caption'=>$temp[$chat_id2]['caption'],
            'parse_mode'=>'html'
            ]);
        $msg['last'] = $msg['last'] + 1;
        bot('sendMessage',[
            'chat_id'=>$chat_id2,
            'text'=>$bot.' '.$msg['last'],
            'parse_mode'=>'html',
            'reply_markup'=>json_encode([
            'inline_keyboard'=>[
            [['text'=>'-     -','callback_data'=>'cr']]]])
            ]);
    }
    if ($temp[$chat_id2]['type'] == 'video') {
        $msg[$msg['last'] + 1]['type'] = 'video';
        $msg[$msg['last'] + 1]['file_id'] = $temp[$chat_id2]['file_id'];
        $msg[$msg['last'] + 1]['caption'] = $temp[$chat_id2]['caption'];
        bot('sendvideo',[
            'chat_id'=>$chat_id2,
            'file_id'=>$temp[$chat_id2]['file_id'],
            'caption'=>$temp[$chat_id2]['caption'],
            'parse_mode'=>'html'
            ]);
        $msg['last'] = $msg['last'] + 1;
        bot('sendMessage',[
            'chat_id'=>$chat_id2,
            'text'=>$bot.' '.$msg['last'],
            'parse_mode'=>'html',
            'reply_markup'=>json_encode([
            'inline_keyboard'=>[
            [['text'=>'-     -','callback_data'=>'cr']]]])
            ]);
    }
    if ($temp[$chat_id2]['type'] == 'audio') {
        $msg[$msg['last'] + 1]['type'] = 'audio';
        $msg[$msg['last'] + 1]['file_id'] = $temp[$chat_id2]['file_id'];
        $msg[$msg['last'] + 1]['caption'] = $temp[$chat_id2]['caption'];
        bot('sendaudio',[
            'chat_id'=>$chat_id2,
            'file_id'=>$temp[$chat_id2]['file_id'],
            'caption'=>$temp[$chat_id2]['caption'],
            'parse_mode'=>'html'
            ]);
        $msg['last'] = $msg['last'] + 1;
        bot('sendMessage',[
            'chat_id'=>$chat_id2,
            'text'=>$bot.' '.$msg['last'],
            'parse_mode'=>'html',
            'reply_markup'=>json_encode([
            'inline_keyboard'=>[
            [['text'=>'-     -','callback_data'=>'cr']]]])
            ]);
    }
    if ($temp[$chat_id2]['type'] == 'voice') {
        $msg[$msg['last'] + 1]['type'] = 'voice';
        $msg[$msg['last'] + 1]['file_id'] = $temp[$chat_id2]['file_id'];
        $msg[$msg['last'] + 1]['caption'] = $temp[$chat_id2]['caption'];
        bot('sendvoice',[
            'chat_id'=>$chat_id2,
            'file_id'=>$temp[$chat_id2]['file_id'],
            'caption'=>$temp[$chat_id2]['caption'],
            'parse_mode'=>'html'
            ]);
        $msg['last'] = $msg['last'] + 1;
        bot('sendMessage',[
            'chat_id'=>$chat_id2,
            'text'=>$bot.' '.$msg['last'],
            'parse_mode'=>'html',
            'reply_markup'=>json_encode([
            'inline_keyboard'=>[
            [['text'=>'-     -','callback_data'=>'cr']]]])
            ]);
    }
    if ($temp[$chat_id2]['type'] == 'sticker') {
        $msg[$msg['last'] + 1]['type'] = 'sticker';
        $msg[$msg['last'] + 1]['file_id'] = $temp[$chat_id2]['file_id'];
        $msg[$msg['last'] + 1]['caption'] = $temp[$chat_id2]['caption'];
        bot('sendsticker',[
            'chat_id'=>$chat_id2,
            'file_id'=>$temp[$chat_id2]['file_id'],
            'parse_mode'=>'html'
            ]);
        $msg['last'] = $msg['last'] + 1;
        bot('sendMessage',[
            'chat_id'=>$chat_id2,
            'text'=>$bot.' '.$msg['last'],
            'parse_mode'=>'html',
            'reply_markup'=>json_encode([
            'inline_keyboard'=>[
            [['text'=>'-     -','callback_data'=>'cr']]]])
            ]);
    }
    if ($temp[$chat_id2]['type'] == 'doc') {
        $msg[$msg['last'] + 1]['type'] = 'doc';
        $msg[$msg['last'] + 1]['file_id'] = $temp[$chat_id2]['file_id'];
        $msg[$msg['last'] + 1]['caption'] = $temp[$chat_id2]['caption'];
        bot('senddocument',[
            'chat_id'=>$chat_id2,
            'file_id'=>$temp[$chat_id2]['file_id'],
            'parse_mode'=>'html'
            ]);
        $msg['last'] = $msg['last'] + 1;
        bot('sendMessage',[
            'chat_id'=>$chat_id2,
            'text'=>$bot.' '.$msg['last'],
            'parse_mode'=>'html',
            'reply_markup'=>json_encode([
            'inline_keyboard'=>[
            [['text'=>'-     -','callback_data'=>'cr']]]])
            ]);
    }
    $temp[$chat_id2]['type'] = null;
    $temp[$chat_id2]['mode'] = null;
    $temp[$chat_id2]['text'] = null;  
    $temp[$chat_id2]['caption'] = null;
    $temp[$chat_id2]['file_id']= null;
    file_put_contents('temp.json', json_encode($temp));
    file_put_contents('msgs.json', json_encode($msg));
}
if ($data == "yes") {
    $temp[$chat_id2]['mode'] = 'keyboard';
    file_put_contents('temp.json', json_encode($temp));
    bot('editMessageText',[
        'chat_id'=>$chat_id2,
        'message_id'=>$message_id,
        'text'=>"       

 = 
 =  ,  = 
 =  ,  =  ,  = 

 .. 
text = t.me
text = t.me , text = t.me
text = t.me , text = t.me , text = t.me"
        ]);
}
if ($text != '/start' and $temp[$chat_id]['mode']=='keyboard') {
    $i=0;
    $keyboard = [];
    $keyboard["inline_keyboard"] = [];
    $rows = explode("\n",$text);
        foreach($rows as $row){
            $j=0;
            $keyboard["inline_keyboard"][$i]=[];
            $bottons = explode(",",$row);
                foreach($bottons as $botton){
                    $data = explode("=",$botton."=");
                    $Ibotton = ["text" => trim($data[0]), "url" => trim($data[1])];
                    $keyboard["inline_keyboard"][$i][$j] = $Ibotton;
                    $j++;
                }
                $i++;
            }
    bot('sendMessage',[
        'chat_id'=>$chat_id,
        'text'=>'  . . .'
        ]);
    $reply_markup=json_encode($keyboard);
    if ($temp[$chat_id]['type'] == 'text') {
        $msg['last'] = $msg['last'] + 1;
        bot('sendMessage',[
        'chat_id'=>$chat_id,
        'text'=>$temp[$chat_id]['text'],
        'reply_markup'=>($reply_markup)
        ]);
    bot('sendMessage',[
            'chat_id'=>$chat_id,
            'text'=>$bot.' '.$msg['last'],
            'parse_mode'=>'html',
            'reply_markup'=>json_encode([
            'inline_keyboard'=>[
            [['text'=>'-     -','callback_data'=>'cr']]]])
            ]);

    $msg[$msg['last']]['text'] = $temp[$chat_id]['text'];
    $msg[$msg['last']]['type'] = 'text_keyboard';
    $msg[$msg['last']]['reply_markup'] = $keyboard;
    }
    if ($temp[$chat_id]['type'] == 'photo') {
        $msg['last'] = $msg['last'] + 1;
        bot('sendPhoto',[
        'chat_id'=>$chat_id,
        'file_id'=>$temp[$chat_id]['file_id'],
        'caption'=>$temp[$chat_id]['caption'],
        'parse_mode'=>'html',
        'reply_markup'=>($reply_markup)
        ]);
    bot('sendMessage',[
            'chat_id'=>$chat_id,
            'text'=>$bot.' '.$msg['last'],
            'parse_mode'=>'html',
            'reply_markup'=>json_encode([
            'inline_keyboard'=>[
            [['text'=>'-     -','callback_data'=>'cr']]]])
            ]);

        $msg[$msg['last']]['file_id'] = $temp[$chat_id]['file_id'];
        $msg[$msg['last']]['caption'] = $temp[$chat_id]['caption'];
    $msg[$msg['last']]['type'] = 'photo_keyboard';
    $msg[$msg['last']]['reply_markup'] = $keyboard;
    }

    if ($temp[$chat_id]['type'] == 'voice') {
        $msg['last'] = $msg['last'] + 1;
        bot('sendvoice',[
        'chat_id'=>$chat_id,
        'file_id'=>$temp[$chat_id]['file_id'],
        'caption'=>$temp[$chat_id]['caption'],
        'parse_mode'=>'html',
        'reply_markup'=>($reply_markup)
        ]);
    bot('sendMessage',[
            'chat_id'=>$chat_id,
            'text'=>$bot.' '.$msg['last'],
            'parse_mode'=>'html',
            'reply_markup'=>json_encode([
            'inline_keyboard'=>[
            [['text'=>'-     -','callback_data'=>'cr']]]])
            ]);

        $msg[$msg['last']]['file_id'] = $temp[$chat_id]['file_id'];
        $msg[$msg['last']]['caption'] = $temp[$chat_id]['caption'];
    $msg[$msg['last']]['type'] = 'voice_keyboard';
    $msg[$msg['last']]['reply_markup'] = $keyboard;
    }
    if ($temp[$chat_id]['type'] == 'audio') {
        $msg['last'] = $msg['last'] + 1;
        bot('sendaudio',[
        'chat_id'=>$chat_id,
        'file_id'=>$temp[$chat_id]['file_id'],
        'caption'=>$temp[$chat_id]['caption'],
        'parse_mode'=>'html',
        'reply_markup'=>($reply_markup)
        ]);
    bot('sendMessage',[
            'chat_id'=>$chat_id,
            'text'=>$bot.' '.$msg['last'],
            'parse_mode'=>'html',
            'reply_markup'=>json_encode([
            'inline_keyboard'=>[
            [['text'=>'-     -','callback_data'=>'cr']]]])
            ]);

        $msg[$msg['last']]['file_id'] = $temp[$chat_id]['file_id'];
        $msg[$msg['last']]['caption'] = $temp[$chat_id]['caption'];
    $msg[$msg['last']]['type'] = 'audio_keyboard';
    $msg[$msg['last']]['reply_markup'] = $keyboard;
    }
    if ($temp[$chat_id]['type'] == 'sticker') {
        $msg['last'] = $msg['last'] + 1;
        bot('sendsticker',[
        'chat_id'=>$chat_id,
        'file_id'=>$temp[$chat_id]['file_id'],
        'reply_markup'=>($reply_markup)
        ]);
    bot('sendMessage',[
            'chat_id'=>$chat_id,
            'text'=>$bot.' '.$msg['last'],
            'parse_mode'=>'html',
            'reply_markup'=>json_encode([
            'inline_keyboard'=>[
            [['text'=>'-     -','callback_data'=>'cr']]]])
            ]);

        $msg[$msg['last']]['file_id'] = $temp[$chat_id]['file_id'];
        $msg[$msg['last']]['caption'] = $temp[$chat_id]['caption'];
    $msg[$msg['last']]['type'] = 'sticker_keyboard';
    $msg[$msg['last']]['reply_markup'] = $keyboard;
    }
    if ($temp[$chat_id]['type'] == 'doc') {
        $msg['last'] = $msg['last'] + 1;
        bot('senddocument',[
        'chat_id'=>$chat_id,
        'file_id'=>$temp[$chat_id]['file_id'],
        'reply_markup'=>($reply_markup)
        ]);
    bot('sendMessage',[
            'chat_id'=>$chat_id,
            'text'=>$bot.' '.$msg['last'],
            'parse_mode'=>'html',
            'reply_markup'=>json_encode([
            'inline_keyboard'=>[
            [['text'=>'-     -','callback_data'=>'cr']]]])
            ]);

        $msg[$msg['last']]['file_id'] = $temp[$chat_id]['file_id'];
        $msg[$msg['last']]['caption'] = $temp[$chat_id]['caption'];
    $msg[$msg['last']]['type'] = 'doc_keyboard';
    $msg[$msg['last']]['reply_markup'] = $keyboard;
    }
    if ($temp[$chat_id]['type'] == 'video') {
        $msg['last'] = $msg['last'] + 1;
        bot('sendvideo',[
        'chat_id'=>$chat_id,
        'file_id'=>$temp[$chat_id]['file_id'],
        'caption'=>$temp[$chat_id]['caption'],
        'parse_mode'=>'html',
        'reply_markup'=>($reply_markup)
        ]);
    bot('sendMessage',[
            'chat_id'=>$chat_id,
            'text'=>$bot.' '.$msg['last'],
            'parse_mode'=>'html',
            'reply_markup'=>json_encode([
            'inline_keyboard'=>[
            [['text'=>'-     -','callback_data'=>'cr']]]])
            ]);

        $msg[$msg['last']]['file_id'] = $temp[$chat_id]['file_id'];
        $msg[$msg['last']]['caption'] = $temp[$chat_id]['caption'];
    $msg[$msg['last']]['type'] = 'video_keyboard';
    $msg[$msg['last']]['reply_markup'] = $keyboard;
    }
    $temp[$chat_id]['type'] = null;
    $temp[$chat_id]['mode'] = null;
    $temp[$chat_id]['text'] = null;  
    $temp[$chat_id]['caption'] = null;
    $temp[$chat_id]['file_id']= null;
    file_put_contents('temp.json', json_encode($temp));
    file_put_contents("msgs.json", json_encode($msg));
}
$inline = $update->inline_query->query;
if ($inline) {
    $type = $msg[$inline]['type'];
    if ($type == 'text_keyboard') {
        bot('answerInlineQuery',[
            'inline_query_id'=>$update->inline_query->id,    
            'results' => json_encode([[
                'type'=>'article',
                'id'=>base64_encode(rand(5,555)),
                'title'=>"-    ",
             'input_message_content'=>['parse_mode'=>'HTML','message_text'=>$msg[$inline]['text']],
            'reply_markup'=>$msg[$inline]['reply_markup']
          ]])
        ]);
    }
    if ($type == 'text') {
        bot('answerInlineQuery',[
            'inline_query_id'=>$update->inline_query->id,    
            'results' => json_encode([[
                'type'=>'article',
                'id'=>base64_encode(rand(5,555)),
                'title'=>"-    ",
             'input_message_content'=>['parse_mode'=>'HTML','message_text'=>$msg[$inline]['text']],
          ]])
        ]);
    }
    if ($type == 'voice') {
        if($msg[$inline]['caption'] != null){
        bot('answerInlineQuery',[
            'inline_query_id'=>$update->inline_query->id,    
            'results' => json_encode([[
                'type'=>'voice',
                'id'=>base64_encode(rand(5,555)),
                'title'=>"-    ",
                'voice_file_id'=>$msg[$inline]['file_id'],
                'caption'=>$msg[$inline]['caption'],
                'input_message_content'=>['parse_mode'=>'HTML'],
          ]])
        ]);
        }
        if($msg[$inline]['caption'] == null){
        bot('answerInlineQuery',[
            'inline_query_id'=>$update->inline_query->id,    
            'results' => json_encode([[
                'type'=>'voice',
                'id'=>base64_encode(rand(5,555)),
                'title'=>"-    ",
                'voice_file_id'=>$msg[$inline]['file_id'],
                'input_message_content'=>['parse_mode'=>'HTML'],
          ]])
        ]);
        }
    }
    if ($type == 'voice_keyboard') {
       if($msg[$inline]['caption'] != null){
        bot('answerInlineQuery',[
            'inline_query_id'=>$update->inline_query->id,    
            'results' => json_encode([[
                'type'=>'voice',
                'id'=>base64_encode(rand(5,555)),
                'title'=>"-    ",
                'voice_file_id'=>$msg[$inline]['file_id'],
                'caption'=>$msg[$inline]['caption'],
                'reply_markup'=>$msg[$inline]['reply_markup'],
                'input_message_content'=>['parse_mode'=>'HTML'],
          ]])
        ]);
        }
        if($msg[$inline]['caption'] == null){
        bot('answerInlineQuery',[
            'inline_query_id'=>$update->inline_query->id,    
            'results' => json_encode([[
                'type'=>'voice',
                'id'=>base64_encode(rand(5,555)),
                'title'=>"-    ",
                'voice_file_id'=>$msg[$inline]['file_id'],
                'reply_markup'=>$msg[$inline]['reply_markup'],
                'input_message_content'=>['parse_mode'=>'HTML'],
          ]])
        ]);
        }
    }
    if ($type == 'photo') {
        if($msg[$inline]['caption'] != null){
        bot('answerInlineQuery',[
            'inline_query_id'=>$update->inline_query->id,    
            'results' => json_encode([[
                'type'=>'photo',
                'id'=>base64_encode(rand(5,555)),
                'title'=>"-    ",
                'photo_file_id'=>$msg[$inline]['file_id'],
                'caption'=>$msg[$inline]['caption'],
                'input_message_content'=>['parse_mode'=>'HTML'],
          ]])
        ]);
        }
        if($msg[$inline]['caption'] == null){
        bot('answerInlineQuery',[
            'inline_query_id'=>$update->inline_query->id,    
            'results' => json_encode([[
                'type'=>'photo',
                'id'=>base64_encode(rand(5,555)),
                'title'=>"-    ",
                'photo_file_id'=>$msg[$inline]['file_id'],
                'input_message_content'=>['parse_mode'=>'HTML'],
          ]])
        ]);
        }
    }
    if ($type == 'photo_keyboard') {
        if($msg[$inline]['caption'] != null){
        bot('answerInlineQuery',[
            'inline_query_id'=>$update->inline_query->id,    
            'results' => json_encode([[
                'type'=>'photo',
                'id'=>base64_encode(rand(5,555)),
                'title'=>"-    ",
                'photo_file_id'=>$msg[$inline]['file_id'],
                'caption'=>$msg[$inline]['caption'],
                'reply_markup'=>$msg[$inline]['reply_markup'],
                'input_message_content'=>['parse_mode'=>'HTML'],
          ]])
        ]);
        }
        if($msg[$inline]['caption'] == null){
        bot('answerInlineQuery',[
            'inline_query_id'=>$update->inline_query->id,    
            'results' => json_encode([[
                'type'=>'photo',
                'id'=>base64_encode(rand(5,555)),
                'title'=>"-    ",
                'photo_file_id'=>$msg[$inline]['file_id'],
                'reply_markup'=>$msg[$inline]['reply_markup'],
                'input_message_content'=>['parse_mode'=>'HTML'],
          ]])
        ]);
        }
    }
    if ($type == 'sticker') {
        bot('answerInlineQuery',[
            'inline_query_id'=>$update->inline_query->id,    
            'results' => json_encode([[
                'type'=>'sticker',
                'id'=>base64_encode(rand(5,555)),
                'title'=>"-    ",
                'sticker_file_id'=>$msg[$inline]['file_id'],

          ]])
        ]);
    }
    if ($type == 'sticker_keyboard') {
        bot('answerInlineQuery',[
            'inline_query_id'=>$update->inline_query->id,    
            'results' => json_encode([[
                'type'=>'sticker',
                'id'=>base64_encode(rand(5,555)),
                'title'=>"-    ",
                'sticker_file_id'=>$msg[$inline]['file_id'],
                'reply_markup'=>$msg[$inline]['reply_markup'],
          ]])
        ]);
    }
    if ($type == 'audio') {
        if($msg[$inline]['caption'] != null){
        bot('answerInlineQuery',[
            'inline_query_id'=>$update->inline_query->id,    
            'results' => json_encode([[
                'type'=>'audio',
                'id'=>base64_encode(rand(5,555)),
                'title'=>"-    ",
                'audio_file_id'=>$msg[$inline]['file_id'],
                'caption'=>$msg[$inline]['caption'],
                'input_message_content'=>['parse_mode'=>'HTML'],
          ]])
        ]);
        }
        if($msg[$inline]['caption'] == null){
        bot('answerInlineQuery',[
            'inline_query_id'=>$update->inline_query->id,    
            'results' => json_encode([[
                'type'=>'audio',
                'id'=>base64_encode(rand(5,555)),
                'title'=>"-    ",
                'audio_file_id'=>$msg[$inline]['file_id'],
                'input_message_content'=>['parse_mode'=>'HTML'],
          ]])
        ]);
        }
    }
    if ($type == 'audio_keyboard') {
        if($msg[$inline]['caption'] != null){
        bot('answerInlineQuery',[
            'inline_query_id'=>$update->inline_query->id,    
            'results' => json_encode([[
                'type'=>'audio',
                'id'=>base64_encode(rand(5,555)),
                'title'=>"-    ",
                'audio_file_id'=>$msg[$inline]['file_id'],
                'caption'=>$msg[$inline]['caption'],
                'reply_markup'=>$msg[$inline]['reply_markup'],
                'input_message_content'=>['parse_mode'=>'HTML'],
          ]])
        ]);
        }
        if($msg[$inline]['caption'] == null){
        bot('answerInlineQuery',[
            'inline_query_id'=>$update->inline_query->id,    
            'results' => json_encode([[
                'type'=>'audio',
                'id'=>base64_encode(rand(5,555)),
                'title'=>"-    ",
                'audio_file_id'=>$msg[$inline]['file_id'],
                'reply_markup'=>$msg[$inline]['reply_markup'],
                'input_message_content'=>['parse_mode'=>'HTML'],
          ]])
        ]);
        }
    }
    if ($type == 'video') {
        if($msg[$inline]['caption'] != null){
        bot('answerInlineQuery',[
            'inline_query_id'=>$update->inline_query->id,    
            'results' => json_encode([[
                'type'=>'video',
                'id'=>base64_encode(rand(5,555)),
                'title'=>"-    ",
                'video_file_id'=>$msg[$inline]['file_id'],
                'caption'=>$msg[$inline]['caption'],
                'input_message_content'=>['parse_mode'=>'HTML'],
          ]])
        ]);
        }
        if($msg[$inline]['caption'] == null){
        bot('answerInlineQuery',[
            'inline_query_id'=>$update->inline_query->id,    
            'results' => json_encode([[
                'type'=>'video',
                'id'=>base64_encode(rand(5,555)),
                'title'=>"-    ",
                'video_file_id'=>$msg[$inline]['file_id'],
                'input_message_content'=>['parse_mode'=>'HTML'],
          ]])
        ]);
        }
    }
    if ($type == 'video_keyboard') {
        if($msg[$inline]['caption'] != null){
        bot('answerInlineQuery',[
            'inline_query_id'=>$update->inline_query->id,    
            'results' => json_encode([[
                'type'=>'video',
                'id'=>base64_encode(rand(5,555)),
                'title'=>"-    ",
                'video_file_id'=>$msg[$inline]['file_id'],
                'caption'=>$msg[$inline]['caption'],
                'reply_markup'=>$msg[$inline]['reply_markup'],
                'input_message_content'=>['parse_mode'=>'HTML'],
          ]])
        ]);
        }
        if($msg[$inline]['caption'] == null){
        bot('answerInlineQuery',[
            'inline_query_id'=>$update->inline_query->id,    
            'results' => json_encode([[
                'type'=>'video',
                'id'=>base64_encode(rand(5,555)),
                'title'=>"-    ",
                'video_file_id'=>$msg[$inline]['file_id'],
                'reply_markup'=>$msg[$inline]['reply_markup'],
                'input_message_content'=>['parse_mode'=>'HTML'],
          ]])
        ]);
        }
    }
    if ($type == 'doc_keyboard') {
        if($msg[$inline]['caption'] != null){
        bot('answerInlineQuery',[
            'inline_query_id'=>$update->inline_query->id,    
            'results' => json_encode([[
                'type'=>'document',
                'id'=>base64_encode(rand(5,555)),
                'title'=>"-    ",
                'document_file_id'=>$msg[$inline]['file_id'],
                'caption'=>$msg[$inline]['caption'],
                'reply_markup'=>$msg[$inline]['reply_markup'],
                'input_message_content'=>['parse_mode'=>'HTML'],
          ]])
        ]);
        }
        if($msg[$inline]['caption'] == null){
        bot('answerInlineQuery',[
            'inline_query_id'=>$update->inline_query->id,    
            'results' => json_encode([[
                'type'=>'document',
                'id'=>base64_encode(rand(5,555)),
                'title'=>"-    ",
                'document_file_id'=>$msg[$inline]['file_id'],
                'reply_markup'=>$msg[$inline]['reply_markup'],
                'input_message_content'=>['parse_mode'=>'HTML'],
          ]])
        ]);
        }
    }
     if ($type == 'doc') {
        if($msg[$inline]['caption'] != null){
        bot('answerInlineQuery',[
            'inline_query_id'=>$update->inline_query->id,    
            'results' => json_encode([[
                'type'=>'document',
                'id'=>base64_encode(rand(5,555)),
                'title'=>"-    ",
                'document_file_id'=>$msg[$inline]['file_id'],
                'caption'=>$msg[$inline]['caption'],
                'input_message_content'=>['parse_mode'=>'HTML'],
          ]])
        ]);
        }
        if($msg[$inline]['caption'] == null){
        bot('answerInlineQuery',[
            'inline_query_id'=>$update->inline_query->id,    
            'results' => json_encode([[
                'type'=>'document',
                'id'=>base64_encode(rand(5,555)),
                'title'=>"-    ",
                'document_file_id'=>$msg[$inline]['file_id'],
                'input_message_content'=>['parse_mode'=>'HTML'],
          ]])
        ]);
        }
    }
}
$chs = json_decode(file_get_contents('ch.json'),true);
$d = json_decode(file_get_contents('d.json'),true);
if ($message->forward_from_chat) {
    $ok = json_decode(file_get_contents("https://api.telegram.org/bot".API_KEY."/getChatAdministrators?chat_id=".$message->forward_from_chat->id))->ok;
    if ($ok == true) {
        bot('sendMessage',[
            'chat_id'=>$chat_id,
            'text'=>'-   @'.$message->forward_from_chat->username."\n -    "
        ]);
        $chs[] = '@'.$message->forward_from_chat->username;
        file_put_contents('ch.json', json_encode($chs));
    } else {
        bot('sendMessage',[
            'chat_id'=>$chat_id,
            'text'=>"-     "
        ]);
    }
}
if (preg_match('/^\/send .*/', $text)) {
    $text = trim(str_replace('/send ', '', $text));
    if ($msg[$text]['type'] != null) {
        $s = str_shuffle("ABCD1234");
        $a = str_shuffle("EFGHI5678");
        foreach ($chs as $key => $value) {
            if ($msg[$text]['type'] == 'text') {
                $p = bot('sendMessage',[
                    'chat_id'=>$value,
                    'text'=>$msg[$text]['text'],
                    'parse_mode'=>'html',
                ]);

               $d[$s.'-'.$a] =  [$p->result->message_id => $p->result->chat->id];
               file_put_contents('d.json', json_encode($d));
            } elseif ($msg[$text]['type'] == 'text_keyboard') {
               $p = bot('sendMessage',[
                    'chat_id'=>$value,
                    'text'=>$msg[$text]['text'],
                    'parse_mode'=>'html',
                    'reply_markup'=>json_encode($msg[$text]['reply_markup'])
                ]);

               $d[$s.'-'.$a] =  [$p->result->message_id => $p->result->chat->id];
               file_put_contents('d.json', json_encode($d));
            } elseif($msg[$text]['type'] == 'photo') {
                $p = bot('sendphoto',[
                    'chat_id'=>$value,
                    'photo'=>$msg[$text]['file_id'],
                    'caption'=>$msg[$text]['caption'],
                    'parse_mode'=>'html',
                ]);

               $d[$s.'-'.$a] =  [$p->result->message_id => $p->result->chat->id];
               file_put_contents('d.json', json_encode($d));
            }elseif($msg[$text]['type'] == 'photo_keyboard') {
                $p = bot('sendphoto',[
                    'chat_id'=>$value,
                    'photo'=>$msg[$text]['file_id'],
                    'caption'=>$msg[$text]['caption'],
                    'parse_mode'=>'html',
                    'reply_markup'=>json_encode($msg[$text]['reply_markup'])
                ]);

               $d[$s.'-'.$a] =  [$p->result->message_id => $p->result->chat->id];
               file_put_contents('d.json', json_encode($d));
            }
            elseif($msg[$text]['type'] == 'audio' ) {
                $p = bot('sendaudio',[
                    'chat_id'=>$value,
                    'audio'=>$msg[$text]['file_id'],
                    'caption'=>$msg[$text]['caption'],
                    'parse_mode'=>'html',
                ]);

               $d[$s.'-'.$a] =  [$p->result->message_id => $p->result->chat->id];
               file_put_contents('d.json', json_encode($d));
            }elseif($msg[$text]['type'] == 'audio_keyboard') {
                $p = bot('sendaudio',[
                    'chat_id'=>$value,
                    'audio'=>$msg[$text]['file_id'],
                    'caption'=>$msg[$text]['caption'],
                    'parse_mode'=>'html',
                    'reply_markup'=>json_encode($msg[$text]['reply_markup'])
                ]);

               $d[$s.'-'.$a] =  [$p->result->message_id => $p->result->chat->id];
               file_put_contents('d.json', json_encode($d));
            }
            elseif($msg[$text]['type'] == 'voice' ) {
                $p = bot('sendvoice',[
                    'chat_id'=>$value,
                    'voice'=>$msg[$text]['file_id'],
                    'caption'=>$msg[$text]['caption'],
                    'parse_mode'=>'html',
                ]);

               $d[$s.'-'.$a] =  [$p->result->message_id => $p->result->chat->id];
               file_put_contents('d.json', json_encode($d));
            }
            elseif($msg[$text]['type'] == 'voice_keyboard') {
                $p = bot('sendvoice',[
                    'chat_id'=>$value,
                    'voice'=>$msg[$text]['file_id'],
                    'caption'=>$msg[$text]['caption'],
                    'parse_mode'=>'html',
                    'reply_markup'=>json_encode($msg[$text]['reply_markup'])
                ]);

               $d[$s.'-'.$a] =  [$p->result->message_id => $p->result->chat->id];
               file_put_contents('d.json', json_encode($d));
            }
            elseif($msg[$text]['type'] == 'doc') {
                $p = bot('senddocument',[
                    'chat_id'=>$value,
                    'document'=>$msg[$text]['file_id'],
                    'caption'=>$msg[$text]['caption'],
                    'parse_mode'=>'html',
                ]);

               $d[$s.'-'.$a] =  [$p->result->message_id => $p->result->chat->id];
               file_put_contents('d.json', json_encode($d));
            }
            elseif($msg[$text]['type'] == 'doc_keyboard') {
                $p = bot('senddocument',[
                    'chat_id'=>$value,
                    'document'=>$msg[$text]['file_id'],
                    'caption'=>$msg[$text]['caption'],
                    'parse_mode'=>'html',
                    'reply_markup'=>json_encode($msg[$text]['reply_markup'])
                ]);

               $d[$s.'-'.$a] =  [$p->result->message_id => $p->result->chat->id];
               file_put_contents('d.json', json_encode($d));
            }
            elseif($msg[$text]['type'] == 'video' ) {
                $p = bot('sendvideo',[
                    'chat_id'=>$value,
                    'video'=>$msg[$text]['file_id'],
                    'caption'=>$msg[$text]['caption'],
                    'parse_mode'=>'html',
                ]);

               $d[$s.'-'.$a] =  [$p->result->message_id => $p->result->chat->id];
                file_put_contents('d.json', json_encode($d));
            }elseif( $msg[$text]['type'] == 'video_keyboard') {
                $p = bot('sendvideo',[
                    'chat_id'=>$value,
                    'video'=>$msg[$text]['file_id'],
                    'caption'=>$msg[$text]['caption'],
                    'parse_mode'=>'html',
                    'reply_markup'=>json_encode($msg[$text]['reply_markup'])
                ]);

               $d[$s.'-'.$a] =  [$p->result->message_id => $p->result->chat->id];
               file_put_contents('d.json', json_encode($d));
            }
            elseif($msg[$text]['type'] == 'sticker' ) {
                $p = bot('sendsticker',[
                    'chat_id'=>$value,
                    'sticker'=>$msg[$text]['file_id'],
                ]);

               $d[$s.'-'.$a] =  [$p->result->message_id => $p->result->chat->id];
               file_put_contents('d.json', json_encode($d));
            }elseif( $msg[$text]['type'] == 'sticker_keyboard') {
                $p = bot('sendsticker',[
                    'chat_id'=>$value,
                    'sticker'=>$msg[$text]['file_id'],
                    'reply_markup'=>json_encode($msg[$text]['reply_markup'])
                ]);

               $d[$s.'-'.$a] =  [$p->result->message_id => $p->result->chat->id];
               file_put_contents('d.json', json_encode($d));
            }
            bot('sendMessage',[
            'chat_id'=>$chat_id,
            'text'=>"-    \n /del ".$s.'-'.$a
        ]);
        }
    } else {
        bot('sendMessage',[
            'chat_id'=>$chat_id,
            'text'=>"-       "
        ]);
    }
}
if (preg_match('/^\/del .*/', $text)) {
    $text = trim(str_replace('/del ', '', $text));
   foreach ($d[$text] as $key => $value) {
       bot('deletemessage',[
        'chat_id'=>$value,
        'message_id'=>$key
       ]);
       $d[$text] = null;
       file_put_contents('d.json', json_encode($d));
   }
}
if (preg_match('/\/delch .*/', $text)) {
    $text = trim(str_replace('/delch ', '', $text));
    if (in_array($text, $chs)) {

        $s = str_replace('"@'.$text.'",', '', file_get_contents("ch.json"));
        file_put_contents("d.json", $s);
        bot('sendMessage',[
            'chat_id'=>$chat_id,
            'text'=>'-   '.$text."\n -    "
        ]);
    } else {
        bot('sendMessage',[
            'chat_id'=>$chat_id,
            'text'=>"-       "
        ]);
    }   
}

Function Calls

None

Variables

None

Stats

MD5 0e719832b8410f4280b64d48c9bd01aa
Eval Count 0
Decode Time 88 ms