获取tg机器人token

首先我们要找到bot father https://t.me/BotFather

然后输入指令 /newbot 创建一个bot

接下来输入bot 的昵称和bot的 @username 即可创建一个bot

此时会获得一个token,保存起来

验证token是否可用:

1
https://api.telegram.org/bot{token}/getMe

获取chat_id(频道id)

1
https://api.telegram.org/bot{token}/getUpdates
1
2
3
4
5
"chat": {
"id": xxx,
"title": "xxx_bot",
"type": "channel"
},

调用发消息的接口

1
https://api.telegram.org/bot{token}/sendMessage?text=hello&chat_id=@频道id

参考:
- https://blog.csdn.net/cqcre/article/details/125325610
- https://qiedd.com/690.html


获取tg机器人token
https://xiamu.icu/Java/获取tg机器人token/
作者
肉豆蔻吖
发布于
2023年8月31日
许可协议