TelegramProtectContent

@SerialName(value = "telegram.m.protect_content")
object TelegramProtectContent : TelegramMessageElement(source)

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`