telegram-escape
Advanced tools
+1
-1
| { | ||
| "name": "telegram-escape", | ||
| "version": "1.0.3", | ||
| "version": "1.0.4", | ||
| "description": "Lightwieght Javascript utility zero-dependecy library for Telegram Bots developers for escaping user input", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
+1
-1
@@ -20,3 +20,3 @@ # telegram-escape | ||
| parse_mode: "HTML", | ||
| }); // bold "" | ||
| }); // bold "<My Cool Name>" | ||
@@ -23,0 +23,0 @@ await bot.sendMessage(chatId, HTML`<b>${`2 < 3`}</b>`, { |
3369
0.42%