skip to Main Content

I have a private channel in Telegram. It’s possible to block forward messages from channel for members. Maybe it’s possible with bot? Or maybe you can describe how I can secure my content?

2

Answers


  1. That is a big question.

    There are a lot of Telegram bots out there on the web.. That can do all kind of stuff.

    Other than that, Telegram itself offers a pretty diverse API, you should check it over here.

    Login or Signup to reply.
  2. Namaste brother ,
    You can use protect_content= True parameter in send_message , copy_message & forward_message functions . This will not allow anyone to forward the message or file to anyone . Also in desktop versions of telegram , user’s can’t even download (if you have sent a audio,video or other file).

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search