bot.sendMessage(chatId, text, {
reply_markup: {
inline_keyboard: inlineKeyboard,
},
parse_mode: "Markdown",
disable_notification: true,
});
disable_notification Boolean Optional
Sends the message silently. Users will receive a notification with no sound.