GochoMugo
628aa5b2d9
Add new methods from the API v2.1
...
Notes:
Merge branch 'master' of https://github.com/HorusGoul/node-telegram-bot-api into pr/158
References:
* PR #158 : https://github.com/yagop/node-telegram-bot-api/pull/158
9 years ago
GochoMugo
74fb4ab181
Closes #144 : Add TelegramBot#getChat() method
9 years ago
GochoMugo
f91d426c35
Minor fixes and Docs update for PR #144
9 years ago
GochoMugo
e2eaa3c8db
Add TelegramBot#getChat() method
...
Notes:
Merge branch 'master' of https://github.com/serhiidmytruk/node-telegram-bot-api into pr/144
References:
* PR #144 : https://github.com/yagop/node-telegram-bot-api/pull/144
9 years ago
GochoMugo
ab3464c679
Closes #133 : JSON-stringify reply_markup in qs
9 years ago
GochoMugo
82ee13e953
Add accompanying test for PR #133
...
References:
* Test retrieved from PR #182
9 years ago
Mikhail Burshteyn
ec354925d6
JSON-stringify reply_markup when it is sent in qs
9 years ago
GochoMugo
618555101f
Fix test for TelegramBot#sendVenue()
9 years ago
GochoMugo
997b69691e
Closes #121 : Add TelegramBot#sendVenue() method
9 years ago
GochoMugo
d9b2170b55
Add TelegramBot#sendVenue()
...
References:
* Author: @iiroj (https://github.com/iiroj )
* PR URL: https://github.com/yagop/node-telegram-bot-api/pull/121
9 years ago
Yago
e0e5e9a7b0
Remove coveralls and upgrade istanbul to alpha
10 years ago
Yago
fbc38ea50b
Pass coverage on test
10 years ago
Yago
e4945de64e
Test codecov.io
10 years ago
Yago
743cc0ff9d
Update readme
10 years ago
Yago
d1700788a1
Simplify scripts a bit
10 years ago
Yago
12200eea4c
prepublish:test script
10 years ago
Yago
94540c39bf
Merge branch 'conorfennell-master'
10 years ago
Horus Lugo
67344660d4
Added getChat, getChatAdministrators, getChatMembersCount and getChatMember
10 years ago
Conor Fennell
96adb918c1
Create a stop method #81
10 years ago
Serhii Dmytruk
cf8e90e70f
getchat action
10 years ago
Yago
335a5045d8
editMessageCaption URL
10 years ago
Yago
576b78f09e
0.23.3
10 years ago
Yago
ed6cb09474
Bind this.processUpdate to TelegramBot context
10 years ago
Yago
f0c2d19ff0
0.23.2
10 years ago
Yago
b28f30a2d2
Merge pull request #117 from w-site/bug/#116-get-409-error
...
Fix: If use switch between webHook or Polling you get an 409 (http://telegram.wiki/bots:boterrorcode ) telegram error. #116
10 years ago
Yago
dbb3e16764
0.23.1
10 years ago
Yago
cd86c93438
Fixed processUpdate
10 years ago
Yago
5719e62d88
Upgrade babel-eslint and eslint. Closes #130
10 years ago
Yago
164fb16f44
0.23.0
10 years ago
Yago
2dfb2d801a
Updated README
10 years ago
Yago
2266a39862
Merge branch 'evolun-sendDocument-fileoptions'
10 years ago
knock-in
c9556e3c98
Generate Docs from /src directly
10 years ago
Yago
8bacecbbf3
0.22.1
10 years ago
Yago
5650ea58aa
Updated readme
10 years ago
Yago
c728baee5d
0.22.0
10 years ago
Devin Doolin
2c606f6b48
Removes unnecessary done() calls in tests
10 years ago
Devin Doolin
3947683ad1
Further updates for Bots 2.0
...
- Adds support for callback_query-type messages
- Adds a showAlert option to answerCallbackQuery to more-closely align with the real bot API
- Adds tests for message editing functionality
- Adds a global test timeout of 10s and adds done() calls to all tests for assurance
10 years ago
icdevin
684691d779
Fixes stream end event never being called
...
For writable streams, like `http.ClientRequest`, there is no `end` event, only `finish`. Thus, `req.end` was never called and never sending a response.
This resulted in a nasty bug for WebHook users that basically rendered the library useless because if Telegram doesn't receive a response from the bot server, it will continue to queue and send requests until it does, or until 24 hours have passed.
10 years ago
TJ Horner
de6f0c8a14
Update for Telegram Bots 2.0
...
https://telegram.org/blog/bots-2-0
10 years ago
Yago
9293fd4e67
Merge branch 'knock-in-master'
10 years ago
knock-in
b117a5b5ae
Generate Docs from /src directly
10 years ago
Yago
1b2afa71fd
0.22.1
10 years ago
Yago
ca08e413e1
Merge pull request #110 from icdevin/patch-1
...
Fixes stream end event never being called
10 years ago
Yago
1dae6121f8
Merge branch 'icdevin-patch-1'
10 years ago
icdevin
d6ef1f9d97
Fixes stream end event never being called
...
For writable streams, like `http.ClientRequest`, there is no `end` event, only `finish`. Thus, `req.end` was never called and never sending a response.
This resulted in a nasty bug for WebHook users that basically rendered the library useless because if Telegram doesn't receive a response from the bot server, it will continue to queue and send requests until it does, or until 24 hours have passed.
10 years ago
Yago
cc3c206765
Updated readme
10 years ago
Yago
1b8928ca61
0.22.0
10 years ago
Yago
62035d3aa0
Merge branch 'tjhorner-bots-2.0'
10 years ago
Iiro Jäppinen
5633aa97bd
add test for the sendVenue method
...
This test uses the same location as the #sendLocation test, while providing info on the venue (The Village Shopping Centre).
10 years ago
Iiro Jäppinen
9d25ceb3c4
add the sendVenue method
...
This method was added to the Telegram Bot API on April 9, 2016 in the Bot API 2.0 update. See https://core.telegram.org/bots/api#sendvenue for more info.
10 years ago