From ac5405e42e6377f2b77b0441e633bd6d63e70d82 Mon Sep 17 00:00:00 2001 From: Le Alternative Date: Sun, 12 Dec 2021 13:24:46 +0100 Subject: [PATCH] Aggiornare 'mybot.php' --- mybot.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/mybot.php b/mybot.php index 9189a91..3bbd130 100644 --- a/mybot.php +++ b/mybot.php @@ -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"); @@ -86,5 +89,10 @@ $searchquery = substr($text, 6); 'disable_web_page_preview' => true ); $telegram->sendMessage($content); - } + } + +// BLACKLIST + +include("blacklist.php"); + ?> \ No newline at end of file