1

We have a group in Telegram and want to hide group messages from members before they carry out some action, for example enter email. After member enter his email, he can see all group messages, else see nothing.

Is it possible with Telegram API or Telegram bot API?

Evgeniy
  • 3,219
  • 5
  • 25
  • 40

1 Answers1

1

There is no message hiding ability in Telegram but there are some workarounds. You could create a bot that interact with user (e.g. gets and verifies his/her email) and then sends all "hidden" messages to him. Or just adds him to a private group (where no one can add other people except admin).

Arman Ordookhani
  • 6,031
  • 28
  • 41