telegram-escape
Advanced tools
+1
-1
| { | ||
| "name": "telegram-escape", | ||
| "version": "1.0.4", | ||
| "version": "1.0.5", | ||
| "description": "Lightwieght Javascript utility zero-dependecy library for Telegram Bots developers for escaping user input", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
+2
-2
| # telegram-escape | ||
| Lightwieght Javascript utility zero-dependecy library for Telegram Bots developers for escaping user input | ||
| Lightwieght Javascript utility zero-dependecy library for Telegram Bots developers for escaping user input with [formatting options](https://core.telegram.org/bots/api#formatting-options) | ||
@@ -22,3 +22,3 @@ Installation | ||
| await bot.sendMessage(chatId, HTML`<b>${`2 < 3`}</b>`, { | ||
| await bot.sendMessage(chatId, HTML`<b>${"2 < 3"}</b>`, { | ||
| parse_mode: "HTML", | ||
@@ -25,0 +25,0 @@ }); // bold "2 < 3" |
3450
2.4%