Telegram 私聊机器人 Telegram Private Message Chat Bot
⚠⚠⚠本项目已进入随缘更新状态,如您对使用 .NET 没有意见的话,可考虑使用 pmcenter 作为PM机器人的解决方案
⚠⚠⚠Warning: This bot is no longer under maintenance. You are better off with other solutions.
git clone https://github.com/Jv0id/TelegramBotReaderBook.git
vi config.json
docker build -t myapp:v1 .
docker run -d --name telegram_pm_bot --restart always myapp:v1
直接回复机器人转发过来的消息即可回复,支持文字、贴纸、图片、文件、音频和视频
Reply directly to the message forwarded by the robot to reply. You can reply text, sticker, photo, file, audio, voice and video.
部分转发来的消息不便于查看发送者身份,可以通过回复该消息/info查询
You can reply /info to the message which you want to get its sender's info more clearly.
向机器人发送指令/togglenotification可开启/关闭消息发送提示
效果:
Send the command /togglenotification to the bot to enable/disable the message sending notification
Effect:
向一条消息回复/ban可禁止其发送者再次发送消息
向一条消息回复/unban或发送/unban <数字ID>可解除对此用户的封禁
Reply /ban to a message to block the sender of the message from sending messages to you
Reply unban to a message or send /unban <User ID> to unban a user
| Command | 用途 |
|---|---|
| /ping | 确认机器人是否正在运行 |
| /setadmin | 设置当前用户为管理员 |
| /togglenotification | 切换消息发送提示开启状态 |
| /info | 查询用户身份 |
| /ban | 封禁用户 |
| /unban <数字ID (可选)> | 解封用户 |
| Command | Usage |
|---|---|
| /ping | Check if the bot is running |
| /setadmin | Set the current user as admin |
| /togglenotification | Toggle message sending notification status |
| /info | Inquire sender identity |
| /ban | Ban a user |
| /unban <ID (optional)> | Unban a user |
Content type
Image
Digest
sha256:747ee6e59…
Size
350 MB
Last updated
almost 2 years ago
docker pull jp0id/telegram-pm-bot