Yago
83b5654a16
Release v0.17.0.
v0.17.0
2015-11-19 14:24:20 +01:00
Yago
28e850be52
Default timeout as 10 seconds
2015-11-19 14:23:57 +01:00
Yago
f9603c7e36
Merge branch 'brandly-patch-1'
2015-11-19 14:14:51 +01:00
Yago
ab39b1d130
Merge branch 'patch-1' of https://github.com/brandly/node-telegram-bot-api into brandly-patch-1
2015-11-19 14:14:37 +01:00
Yago
06b4ce83b6
Release v0.16.0.
v0.16.0
2015-11-19 13:57:21 +01:00
Yago
6a6111360b
JSON stringify reply_markup if not string
2015-11-19 13:54:20 +01:00
Yago
723dbae5a8
Update polling.js
2015-10-20 09:47:58 +02:00
Yago
9654b336e2
Update README.hbs
2015-10-20 09:46:56 +02:00
Yago
1ce816c794
Update telegramPolling.js
2015-10-19 20:59:38 +02:00
Yago
bbcf28bccc
Update polling.js
2015-10-19 20:44:02 +02:00
Yago
604d0ff155
Merge pull request #43 from reyy/master
...
Updated Example to use onText
2015-10-20 02:41:51 +08:00
Rey
d03134e667
Replace msg.from.id with msg.chat.id
2015-10-20 01:01:16 +08:00
Rey
59d47f1fba
Updated Example to use onText
2015-10-20 00:01:02 +08:00
brandly
152710505f
allow 0ms for polling interval
2015-10-18 13:49:41 -04:00
Yago
2b58384ba5
Readme badges 📝 💙
2015-10-10 18:35:13 +02:00
Yago
bfd955a909
Updated Readme
2015-10-10 18:28:21 +02:00
Yago
b8ec36b07d
Release v0.15.0.
v0.15.0
2015-10-10 18:10:12 +02:00
Yago
430adbba7f
Updated Readme
2015-10-10 18:09:25 +02:00
Yago
cfd32f47bf
Method bot.onText
2015-10-10 17:54:11 +02:00
Yago
9863172779
Update httpsWebHook.js example with cert parameter
2015-09-27 13:12:58 +02:00
Yago
9e5df3022d
Release v0.14.0.
v0.14.0
2015-09-27 13:06:14 +02:00
Yago
bb6a0bb3ff
setWebHook allow sending certificate as param. WebHook Documentation
2015-09-27 13:05:46 +02:00
Yago
db058d110f
Upgraded dependencies
2015-09-27 11:22:09 +02:00
Yago
08678f6b16
deleted del from devDependencies
2015-09-27 11:19:30 +02:00
Yago
6a679b5644
jshint
2015-09-27 11:18:25 +02:00
Yago
48045b98ff
Changed query to form data on sendMessage, forwardMessage, sendChatAction, getUserProfilePhotos, sendLocation and getFile. Closes #19
2015-09-27 11:07:26 +02:00
Yago
1a2163dee2
Release v0.13.0.
v0.13.0
2015-09-26 23:03:35 +02:00
Yago
3784cb9cb7
Updated contributors
2015-09-26 23:02:24 +02:00
Yago
3d21ed9307
moved jsdoc-to-markdown to devDependencies
2015-09-26 22:54:27 +02:00
Yago
ef5e19322c
Switched to jsdoc-to-markdown
2015-09-26 22:52:14 +02:00
Yago
0735cd7ce6
Added @private to _buildURL
2015-09-26 22:51:00 +02:00
Yago
c8a4fc6917
Can't import 'del' module. Use fs.unlinkSync instead.
2015-09-26 20:29:24 +02:00
Yago
2247d248c8
Chain promise on getFileLink and return a new one. Call reject on error
2015-09-26 20:28:04 +02:00
Yago
04412cc7bf
Merge branch 'universome-downloadFile'
2015-09-26 19:56:58 +02:00
Yago
d716f27e44
Merge branch 'downloadFile' of https://github.com/universome/node-telegram-bot-api into universome-downloadFile
2015-09-26 19:49:36 +02:00
Yago
fffb129565
Better chain a 'then' on the getFile promise and return it.
2015-09-26 19:25:57 +02:00
Yago
a330f25b5f
Merge branch 'universome-getFileLink'
2015-09-26 19:18:11 +02:00
Yago
ea61696275
Merge branch 'getFileLink' of https://github.com/universome/node-telegram-bot-api into universome-getFileLink
2015-09-26 19:18:00 +02:00
Yago
9270f61baf
Merge branch 'universome-getFile'
2015-09-26 19:12:40 +02:00
Yago
e8978d4bcb
Merge branch 'getFile' of https://github.com/universome/node-telegram-bot-api into universome-getFile
2015-09-26 19:12:27 +02:00
Yago
71c9cfa636
Merge branch 'Feverqwe-master'
2015-09-26 19:07:29 +02:00
Yago
1ea5ae8b02
Merge branch 'master' of https://github.com/Feverqwe/node-telegram-bot-api into Feverqwe-master
2015-09-26 19:07:15 +02:00
Yago
2cc46de512
How to run the tests.
2015-09-26 19:06:28 +02:00
Ivan Skorokhodov
14dbd12f68
Added downloadFile sugar method
2015-09-26 19:52:17 +03:00
Ivan Skorokhodov
6006ba4fd6
Added getFileLink method to TelegramBot and moved generating of urls to separate method _buildURL
2015-09-26 19:39:42 +03:00
Ivan Skorokhodov
e85f517e00
Added getFile method to TelegramBot
2015-09-26 17:46:06 +03:00
Yago
9fd97861c3
Merge pull request #29 from mrpatiwi/send-voice
...
sendVoice function
2015-09-15 23:30:35 +02:00
Patricio López
b34caa84c5
added sendVoice function
2015-09-15 17:55:02 -03:00
Yago
f66ce031cb
Merge pull request #25 from palmerabollo/patch-1
...
Minor: self-signed certificates are now allowed
2015-09-08 10:43:35 +02:00
Guido García
510e914a73
Self-signed certificates are allowed
...
According to Telegram Bot API [recent changes](https://core.telegram.org/bots/api#recent-changes ):
```
August 29, 2015
Added support for self-signed certificates: upload your certificate using the certificate parameter in the setWebhook method.
```
2015-09-08 10:26:54 +02:00