From f1f820d5717aa2f6cce3265e9ca878c34173c57e Mon Sep 17 00:00:00 2001 From: Daniele Callari Date: Mon, 28 Sep 2020 09:42:29 +0200 Subject: [PATCH] Aggiornare 'InlineKeyboard' --- InlineKeyboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InlineKeyboard.md b/InlineKeyboard.md index dda7134..bd2788d 100644 --- a/InlineKeyboard.md +++ b/InlineKeyboard.md @@ -7,7 +7,7 @@ $bot->SendMessage '362870431', "Testo di prova", TelegramBot::ReplyMarkup (KeyboardMarkupType::InlineKeyboard,[ - ['text' => 'Gestisci su WiNet','url' => 'https://daxtech.net'] + ['text' => 'DaxTech website','url' => 'https://www.daxtech.net'] ]) ); ``` \ No newline at end of file