- New Api .
— — — — — — — — — —
https://hrby.ml/api/api88.php?Country=
— — — — — — — — — —
- مثال :
https://hrby.ml/api/api88.php?Country=Iraq
— — — — — — — — — —
- معرفه معلومات الدول .
- Knowing the country information .
— — — — — — — — — –
  
  
  
  
  
  — — — — — — — — — —
https://hrby.ml/api/api88.php?Country=
— — — — — — — — — —
- مثال :
https://hrby.ml/api/api88.php?Country=Iraq
— — — — — — — — — —
- معرفه معلومات الدول .
- Knowing the country information .
— — — — — — — — — –
- New Api .
— — — — — — — — — —
https://hrby.ml/api/api89.php?search=
— — — — — — — — — —
- مثال :
https://hrby.ml/api/api89.php?search=برمجه
— — — — — — — — — —
- بحث ويكيديا .
- Wikipedia search .
— — — — — — — — — –
  — — — — — — — — — —
https://hrby.ml/api/api89.php?search=
— — — — — — — — — —
- مثال :
https://hrby.ml/api/api89.php?search=برمجه
— — — — — — — — — —
- بحث ويكيديا .
- Wikipedia search .
— — — — — — — — — –
- New Api .
— — — — — — — — — —
http://hrby.ml/api/Youtube-Search.php?search=
— — — — — — — — — —
- مثال :
http://hrby.ml/api/Youtube-Search.php?search=اترو
— — — — — — — — — —
- بحث يوتيوب .
- Youtube search .
— — — — — — — — — –
  
  
  
  
  
  — — — — — — — — — —
http://hrby.ml/api/Youtube-Search.php?search=
— — — — — — — — — —
- مثال :
http://hrby.ml/api/Youtube-Search.php?search=اترو
— — — — — — — — — —
- بحث يوتيوب .
- Youtube search .
— — — — — — — — — –
  Php
Photo
- New Code .
— — — — — — — — — — — — — —
- كود تحويل الفديو الئ بصمة صوتية .
- الكود كتابة : @ITTTTN .
- لغه الكود : PHP .
— — — — — — — — — — — — — —
  — — — — — — — — — — — — — —
$TokenInfo = json_decode(file_get_contents("https://api.telegram.org/bot".API_KEY."/getMe"));
$UserBot = $TokenInfo->result->username; 
$revideo = $message->reply_to_message->video;
if($revideo && $text == "بصمه"){
$file = $revideo->file_id;
$get = bot('getfile',['file_id'=>$file]);
$patch = $get->result->file_path;
$x = curl_file_create('https://api.telegram.org/file/bot'.$token.'/'.$patch,"$UserBot.voice");
bot('sendvoice',[
 'chat_id'=>$chat_id,
 'voice'=>$x,
 'caption'=>"↯︙تم تحويل بواسطة ⇜ @$UserBot 🎧 .",
'reply_to_message_id' =>$message->message_id,
 ]);
 }
if($revideo && $text == "اغنية" or $text == "اغنيه"){
$file = $revideo->file_id;
$get = bot('getfile',['file_id'=>$file]);
$patc = $get->result->file_path;
$x = curl_file_create('https://api.telegram.org/file/bot'.$token.'/'.$patc,"type","$name.mp3");
bot('Sendaudio',[
'chat_id'=>$chat_id,
'message_id'=>$message_id,
'audio'=>$x,
'performer'=>"@$UserBot : $casss",
 'caption'=>"↯︙تم تحويل بواسطة ⇜ @$UserBot 🎧 .",
'reply_to_message_id' =>$message->message_id,
]);
}- كود تحويل الفديو الئ بصمة صوتية .
- الكود كتابة : @ITTTTN .
- لغه الكود : PHP .
— — — — — — — — — — — — — —
