$jsonData->message->chat->id;
$userMessage = $jsonData->message->text;
switch ($userMessage) {
case '/start':
$text = "Саламалейкум брат!";
break;
case '/stop':
$text = "Давай брат, удачи!";
break;
default:
$text = "Не понял че то";
break;
}
$keyboard = [
'inline_keyboard'=> [
['text' => 'Кнопка', 'url' => 'https://google.com']
]
];
$keyboard = json_encode($keyboard);
$params = [
'chat_id' => $chat_id,
'text' => $text,
'reply_markup' => $keyboard
];
file_get_contents($API_URL.$token."/".$command."?".http_build_query($params) );
?>
Ух, сколько долларов
Обсуждают сегодня