TelegramDisableNotification
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`
Content copied to clipboard