如何使用Bot API从Telegram中删除服务消息?

时间:2017-12-24 09:36:13

标签: telegram telegram-bot php-telegram-bot

我在Telegram中有一个超级组,还有一个Bot,它是一个组的管理员。当新用户加入或离开组时,聊天中会显示服务消息(带有灰色背景),例如

Username join to a chat
Username is join to a chat by invite link
Username is left the chat

是否可以通过与Bot API聊天来捕获和删除此类服务消息?提前谢谢!

PS。我正在使用https://github.com/php-telegram-bot/core

1 个答案:

答案 0 :(得分:1)

您需要将Request::sendMessage()添加到each update events

PS。已经有@AntiServiceMessageBot可以做到这一点。