TelegramProtectContent
Mark the protect_content
in sending messages to true
.
For example:
send(
text, img, text, audio, TelegramProtectContent,
)
// All `protect_content` (if supported) in these send APIs will be set to `true`
Content copied to clipboard