TelegramDisableNotification

@SerialName(value = "telegram.m.disable_notification")
object TelegramDisableNotification : TelegramMessageElement(source)

Mark the disable_notification in sending messages to true.

For example:

send(
text, img, text, audio, TelegramDisableNotification,
)
// All `disable_notification` (if supported) in these send APIs will be set to `true`