Aggiornare 'InlineKeyboard'

Daniele Callari 2020-09-28 09:42:29 +02:00
parent 7110d83c5e
commit f1f820d571

@ -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']
])
);
```