I created a bot to send automated messages to telegram, i wanted to send a message in bold, which in telegram you just use ** at the beginning and end of each sentence, however, the quotes are being sent together
const message =
test`;
await sendMessageToTelegram(message);
`
I’ve tried sending it with html tags, and it also sends it with html tags