I am using the sendMessage()
function with protected_content: true
because I don't want Telegram users to forward my bot's message to the others.
Originally the text below was copyable, but after I set protected_content=true
, users couldn't copy the text.
<code>Hello, How are you?</code>
Is there any way to copy the above text though it is protected_content
?
Or is there any other way to disable forwarding of telegram bot message?