Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 944 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 944 Bytes

Telegram bot log stream

Send and receive Telegram bot messages using the Node.js Stream API

Build Status Coverage Status

npm npm-dl

This module offers a Node.js stream API Duplex object that allow to send and receive messages both by using long-polling or a webhook.

Install

npm install --save telegram-bot-log-stream