Skip to content

And96/JsTelegramBotReply

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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)