Currently, I am utilizing the sendMessage()
function with protected_content: true
in order to prevent Telegram users from forwarding my bot's messages to others.
Prior to implementing this setting, the text below was easily copyable. However, after enabling protected_content=true
, users are now unable to copy the text.
<code>Hello, How are you?</code>
I am wondering if there is a workaround that would allow users to still copy the above text even when marked as protected_content
.
Alternatively, I am open to exploring other options to disable message forwarding for my Telegram bot.