Хабр Курсы для всех
РЕКЛАМА
Практикум, Хекслет, SkyPro, авторские курсы — собрали всех и попросили скидки. Осталось выбрать!
getUpdates? Чем не подошел setWebhook?Longman\TelegramBot\Exception\TelegramException: cURL error 60: SSL certificate problem: self signed certificate in certificate chain (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) in C:\base\basic\vendor\longman\telegram-bot\src\Request.php:184
Stack trace:
telegram.me/triviabot?start=1
Following a link with the start parameter will open a one-on-one conversation with the bot, showing a START button in the place of the input field
If the startgroup parameter is used, the user will be prompted to select a group to add the bot to
Your bot will receive a message from that user in this format:
/start PAYLOAD
PAYLOAD stands for the value of the start or startgroup parameter that was passed in the link.
{
"message" : {
"text" : "/start PAYLOAD", // <--------
"date" : 1438985300,
"message_id" : 16,
"from" : {
"first_name" : "Habra",
"id" : 110304546, // <---------
"last_name" : "User"
},
"chat" : {
"id" : 110304546,
"first_name" : "Habra",
"last_name" : "User"
}
},
"update_id" : 10336636
}
Чат-помощник на сайт с помощью Telegram за 15 минут