Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 609 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 609 Bytes

JsTelegramBotReply

Send messages via Telegram Bot in your browser.

Features

  • View received messages
  • Send new messages

Usage

  1. Open @BotFather in Telegram
  2. Get your bot token
  3. Paste token in this page
  4. Press "View received messages"
  5. Enter "chat id" in the field
  6. Enter text and send the message

Test available here:

https://and96.github.io/JsTelegramBotReply/

Limitations

  • Bot can reply to users. It can't never start new conversations with new users. (Telegram API)
  • Received messages contains only recent messages. (Telegram API)