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?
Question posted in Telegram API
A comprehensive official documentation can be found here.
A comprehensive official documentation can be found here.
2
Answers
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.
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).