Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 277 Bytes

File metadata and controls

13 lines (7 loc) · 277 Bytes

Telegram Bot in Node.js

This is an example of a telegram bot using node.js as server side language.

The bot responds automatically with images to a specific messages:

  • /hi
  • /happy
  • /what

The bot also works ass an inline Bot. (https://core.telegram.org/bots/inline)