We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
最近出现了先发送非违禁词消息, 然后编辑消息改成广告, 成功绕过违禁词. 请问可以对编辑后的内容也进行广告检查吗? (edited_message?)
上次我提的问题: 当违禁词包含!#*()-+={}其中之一时, 消息不会被删除. 删除 telegram/handle.go 152行的 tb.ModeMarkdownV2 可以成功删除此类消息. 不过坏处是用户名不能直接点击查看个人信息了.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
最近出现了先发送非违禁词消息, 然后编辑消息改成广告, 成功绕过违禁词. 请问可以对编辑后的内容也进行广告检查吗? (edited_message?)
上次我提的问题: 当违禁词包含!#*()-+={}其中之一时, 消息不会被删除.
删除 telegram/handle.go 152行的 tb.ModeMarkdownV2 可以成功删除此类消息. 不过坏处是用户名不能直接点击查看个人信息了.
The text was updated successfully, but these errors were encountered: