$update = json_decode(file_get_contents("php://input"));
$timesl = json_decode(file_get_contents("https://api.aladhan.com/v1/timingsByCity?city=Makkah&country=Saudi%20Arabia&method=2&school=1"),1);
if($update->message->text == "الصلاه" or $update->message->text == "الصلاة"){
bot("sendMessage",[
"chat_id"=>$update->message->chat->id,
"text"=>"• اوقات الصلاه الان في مكة المكرمة :\n• الفجر : ( ".$timesl["data"]["timings"]["Fajr"]." ) .\n• الظهر : ( ".$timesl["data"]["timings"]["Dhuhr"]." ) .\n• العصر : ( ".$timesl["data"]["timings"]["Asr"]." ) .\n• المغرب : ( ".$timesl["data"]["timings"]["Maghrib"]." ) .\n• العشاء : ( ".$timesl["data"]["timings"]["Isha"]." ) .\n• الامساك : ( ".$timesl["data"]["timings"]["Imsak"]." ) .",
"parse_mode"=>"Markdown",
"reply_to_message_id"=>$update->message->message_id,
]);
}- كود مواقيت الصلاة في مكة المكرمة " تقدر تغيرها عادي "
- الايبي اخذته من قناه ف سويته
- صدقه جاريه ❤️
@@ITTTTN ~ @php87
$get = file_get_contents("http://api.telegram.org/bot".$token."/getChat?chat_id=".$from_id."");
$js = json_decode($get);
$res = $js->result;
$result = $res->active_usernames;
if($text=="يوزري"){
foreach($result as $username){
$userg .= "@$username , ";
}
bot('sendmessage',[
'chat_id'=>$chat_id,
'text'=>"يوزرك : ⬇️
- - -
$userg
",
'reply_to_message_id'=>$message->message_id,
]);
}
- - -
Dev : @ccccXc
$js = json_decode($get);
$res = $js->result;
$result = $res->active_usernames;
if($text=="يوزري"){
foreach($result as $username){
$userg .= "@$username , ";
}
bot('sendmessage',[
'chat_id'=>$chat_id,
'text'=>"يوزرك : ⬇️
- - -
$userg
",
'reply_to_message_id'=>$message->message_id,
]);
}
- - -
Dev : @ccccXc