<menuitem id="x5vdf"><video id="x5vdf"><menuitem id="x5vdf"></menuitem></video></menuitem><var id="x5vdf"></var>
<cite id="x5vdf"></cite>
<var id="x5vdf"></var> <var id="x5vdf"></var>
<var id="x5vdf"><video id="x5vdf"></video></var>
<var id="x5vdf"></var>
<var id="x5vdf"></var>
<var id="x5vdf"><video id="x5vdf"></video></var>
<cite id="x5vdf"></cite>
<var id="x5vdf"><video id="x5vdf"></video></var>
<var id="x5vdf"><dl id="x5vdf"></dl></var>
<del id="x5vdf"><span id="x5vdf"></span></del>

Telegram機器人開發實例 php語言

二次開發 admin 發布時間:2024-03-01 16:34:35 瀏覽: 次

現在Telegram中國人稱為飛機的機器人功能已經非常強大了,不僅可以完成自動回復信息,查詢訂單,還可以搭建商城完成支付,設置可以搭建一個簡單的搜索引擎?。?!厲害不?哈拉哨不?

現在說一下Telegram機器人的開發步驟和里面主要的坑,希望朋友們可以避免。
 
1.首先聯系Botfather輸入命令/newbot 創建一個你自己的機器人。完成后會出現
Done! Congratulations on your new bot. You will find it at t.me/milliondatabot. You can now add a description, about section and profile picture for your bot, see /help for a list of commands. By the way, when you've finished creating your cool bot, ping our Bot Support if you want a better username for it. Just make sure the bot is fully operational before you do this.
 
Use this token to access the HTTP API:
6752959087:AAEwqjTj__dT5IwG1wMsG1_7iRTohTdDF1Q
Keep your token secure and store it safely, it can be used by anyone to control your bot.
 
For a description of the Bot API, see this page: https://core.telegram.org/bots/api
 
這里面6752959087:AAEwqjTj__dT5IwG1wMsG1_7iRTohTdDF1Q就是機器人的秘鑰,妥善保存,不要泄露。
以后所有開發機器人的功能都要用到這個秘鑰,也叫Token.是一回事。
 
2.你需要設置一個webhook來處理機器人發來的消息。用下面的命令
https://api.telegram.org/bot你的token/setWebhook?url=你的url地址
 
這里你的url地址必須是https開頭的。因為Telegram只支持https的網址。
 
3.就是在webhook里面的程序中寫入你自己的處理邏輯。
比如根據機器人的消息來查詢訂單啥的。
 
4.你處理好邏輯之后,需要把你的處理結果返回給機器人對話的群組。
可以用下面的語句
$url = "https://api.telegram.org/bot".$this->Token."/";
$url=$url . "sendMessage?text=" . $result."&chat_id=" . $chat_id;
file_get_contents($url);
 
另外有一個坑,請大家注意,就是webhook的服務器最好用國外的,國內的服務器好像網絡路由有問題,無法提交給Telegram API
 
如果你們在開發Telegram機器人上遇到問題,或者需要開發機器人相關功能,請聯系我
QQ:804752009。
相關推薦
    無相關信息

在線咨詢

點擊這里給我發消息售前咨詢專員

點擊這里給我發消息售后服務專員

在線咨詢

免費通話

24h咨詢:0475-2793529


如您有問題,可以咨詢我們的24H咨詢電話!

免費通話

微信掃一掃

微信聯系
返回頂部
<menuitem id="x5vdf"><video id="x5vdf"><menuitem id="x5vdf"></menuitem></video></menuitem><var id="x5vdf"></var>
<cite id="x5vdf"></cite>
<var id="x5vdf"></var> <var id="x5vdf"></var>
<var id="x5vdf"><video id="x5vdf"></video></var>
<var id="x5vdf"></var>
<var id="x5vdf"></var>
<var id="x5vdf"><video id="x5vdf"></video></var>
<cite id="x5vdf"></cite>
<var id="x5vdf"><video id="x5vdf"></video></var>
<var id="x5vdf"><dl id="x5vdf"></dl></var>
<del id="x5vdf"><span id="x5vdf"></span></del>
{关键词}