tgoop.com/php_i/1583
Last Update:
elseif ( strpos($textmassage , '/rmsg ') !== false or strpos($textmassage , 'ุญุฐู') !== false ) {
โ ๏ธโ-ุชูู
ู
ูุณูุญ ุงููุฑุณูุงุฆูู ุจูููุฌูุงุญ๐ฏ
if ( $status == 'creator' or $status == 'administrator' or in_array($from_id,$Dev)){
$num = str_replace(['/rmsg ','ุญุฐู'],'',$textmassage);
if ($num <= 300 && $num >= 1){
for($i=$message_id; $i>=$message_id-$num; $i--){
bot('deletemessage',[
'chat_id' => $chat_id,
'message_id' =>$i,
]);
}
bot('sendmessage',[
'chat_id' => $chat_id,
'text' =>"$num ",
โ ๏ธโ-ุนูููููู ุงุฑุณูุงู ุฑููู
ู
ููู 1ุงูู 300 ๐ฏ
]);
}
else
{
bot('sendmessage',[
'chat_id' => $chat_id,
'text'=>"",
]);
}
}
}
- ูููุฏ ุญูุฐู ููุญูุฐู ู
ูู 1 ุงููู 300 ุฑุณูุงููู ูุณูุฑูุน ๐ฏโ ๏ธ
ุถูููููู ุงุฎูุฑ ุงููู
ูููู๐
-ุชูููุฏุฑ ุงุชูุถูููููู ูุจูุชุงุช ุงูุฑุฏูุฏโ
#ุงุฒู || @php_i โ๏ธ
BY Files-php ๐
Share with your friend now:
tgoop.com/php_i/1583