You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node.js module to interact with official [Telegram Bot API](https://core.telegram.org/bots/api). A bot token is needed, to obtain one, talk to [@botfather](https://telegram.me/BotFather) and create a new bot.
11
+
Node.js module to interact with official [Telegram Bot API](https://core.telegram.org/bots/api). A bot token is **required** and can be obtained by talking to [@botfather](https://telegram.me/BotFather).
12
12
13
13
## Install
14
14
@@ -70,9 +70,9 @@ Experimental features reside on the **experimental** branch._
70
70
We have a [Telegram channel][tg-channel] where we post updates on
71
71
the Project. Head over and subscribe!
72
72
73
-
Some things built using this library, and might interest you:
73
+
Some things built using this library that might interest you:
74
74
75
-
*[tgfancy](https://github.com/GochoMugo/tgfancy): A Fancy, Higher-Level Wrapper for Telegram Bot API
75
+
*[tgfancy](https://github.com/GochoMugo/tgfancy): A fancy, higher-level wrapper for Telegram Bot API
76
76
*[node-telegram-bot-api-middleware](https://github.com/idchlife/node-telegram-bot-api-middleware): Middleware for node-telegram-bot-api
77
77
*[teleirc](https://github.com/FruitieX/teleirc): A simple Telegram ↔ IRC gateway
78
78
*[bot-brother](https://github.com/SerjoPepper/bot-brother): Node.js library to help you easily create telegram bots
@@ -82,7 +82,7 @@ Some things built using this library, and might interest you:
0 commit comments