Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们在 Telegram 中有一个群组,希望在成员执行某些操作之前隐藏群组消息,例如输入电子邮件。会员输入邮箱后,他可以看到所有的群消息,否则什么都看不到。
Telegram API 或 Telegram bot API 是否可行?
Telegram 中没有消息隐藏功能,但有一些解决方法。您可以创建一个与用户交互的机器人(例如获取并验证他/她的电子邮件),然后将所有“隐藏”消息发送给他。或者只是将他添加到一个私人组(除了管理员之外没有人可以添加其他人)。