diff --git a/InlineKeyboard.md b/InlineKeyboard.md new file mode 100644 index 0000000..dda7134 --- /dev/null +++ b/InlineKeyboard.md @@ -0,0 +1,13 @@ +``` +$bot = new TelegramBot(Config::TelegramBotToken); +$bot->debug = true; + +$bot->SendMessage +( + '362870431', + "Testo di prova", + TelegramBot::ReplyMarkup (KeyboardMarkupType::InlineKeyboard,[ + ['text' => 'Gestisci su WiNet','url' => 'https://daxtech.net'] + ]) +); +``` \ No newline at end of file