Advertisement
Goddino

cristononva

Feb 20th, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.34 KB | None | 0 0
  1. if($message == "provanonnt")
  2.     {
  3.         $inline_keyboard = [
  4.             'inline_keyboard' =>
  5.                 [
  6.                     ['text' => 'Mammt', 'url' => 'mammt.it']
  7.                 ]
  8.             ];
  9.         $inline_keyboard = json_encode($inline_keyboard);
  10.         $TGBot->sendMessage($cid, "prova", $inline_keyboard);
  11.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement