Aggiornare 'mybot.php'
This commit is contained in:
@@ -18,6 +18,9 @@ $inline_query_text = $telegram->Inline_Query_Text();
|
||||
$msgType = $telegram->getUpdateType();
|
||||
$text = $telegram->Text();
|
||||
$chat_id = $telegram->ChatID();
|
||||
$message_id = $telegram->MessageID();
|
||||
$username = $telegram->Username();
|
||||
|
||||
|
||||
|
||||
include("frasi.php");
|
||||
@@ -87,4 +90,9 @@ $searchquery = substr($text, 6);
|
||||
);
|
||||
$telegram->sendMessage($content);
|
||||
}
|
||||
|
||||
// BLACKLIST
|
||||
|
||||
include("blacklist.php");
|
||||
|
||||
?>
|
Reference in New Issue
Block a user