1.0.2 • Published 7 years ago

vakil-telegram v1.0.2

Weekly downloads
5
License
ISC
Repository
github
Last release
7 years ago

vakil-telegram

tiny telegram client in functional way inspired by Anjana Vakil

if you wanna see what Im talking about: https://youtu.be/Pg3UeB-5FdA?t=24m40s

var token = 'your-telegram-token';
var Telegram = require('vakil-telegram');
var telegram = Telegram(token);

telegram('sendMessage', {chat_id: 'some chat id', text: 'Cool functional'});

How to send an image

telegram('sendPhoto', {chat_id: '-246972423', photo: fs.createReadStream('upload.jpg')});

Full docs at https://core.telegram.org/bots/api

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago