SideCloudGroup / BetterForward

Designed for better message forwarding in Telegram.
MIT License
123 stars 9 forks source link

能否实现可以编辑和删除已发送给用户的消息 #14

Closed sd362318 closed 1 month ago

sd362318 commented 1 month ago

能否实现可以编辑和删除已发送给用户的消息,因为有时候发送错误的信息给用户会非常尴尬,不知道可否实现相关功能。

Is it possible to implement a feature that allows editing or deleting messages that have already been sent to users? Sometimes sending incorrect information can be quite embarrassing, so I was wondering if such functionality could be added. This would help avoid awkward situations and allow for correcting mistakes after the fact.

pplulee commented 1 month ago

消息编辑已经实现了。 https://github.com/SideCloudGroup/BetterForward/blob/5ede4efa3a17f5ca70d2e6f9d460d5dc1f581bc4/main.py#L63

删除功能无法实现,TG未提供监听消息删除的接口,并且对于bot删除消息有一定限制。

sd362318 commented 1 month ago

这样也可以曲线救国。感谢!