Get Chat Type ?
<?php
if(chat_type($chat_id)=="private"){
$type = chat_type($chat_id);
bot_sendMessage($chat_id,$message_id, "Chat Type : $type","","Markdown");
return;
}Last updated
<?php
if(chat_type($chat_id)=="private"){
$type = chat_type($chat_id);
bot_sendMessage($chat_id,$message_id, "Chat Type : $type","","Markdown");
return;
}Last updated