Gocho Mugo
|
0870684d83
|
src/polling: Fix the Offset Infinite Loop bug (#265)
References:
* BR: https://github.com/yagop/node-telegram-bot-api/issues/36
|
8 years ago |
GochoMugo
|
b1f0ebaf17
|
src/polling: Add options to TelegramBot#stopPolling()
Feature:
* Simply, pass through options to TelegramBot#stopPolling(options)
to TelegramBotPolling#stop(options)
References:
* Related PR: https://github.com/yagop/node-telegram-bot-api/pull/456
|
8 years ago |
GochoMugo
|
012e7df35f
|
src: Support API v3.5 `provider_data` parameter
|
8 years ago |
GochoMugo
|
57dec19bab
|
src: Support future additional Telegram parameters
References:
* FR: https://github.com/yagop/node-telegram-bot-api/issues/454
|
8 years ago |
GochoMugo
|
183b6bdb28
|
doc: Generate API reference, Update changelog
|
8 years ago |
GochoMugo
|
79118b9fae
|
doc: Minor fixes, Update changelog
|
8 years ago |
GochoMugo
|
8c965d3a14
|
src: Improve default error logging of `polling_error`, `webhook_error`
References:
* BR: https://github.com/yagop/node-telegram-bot-api/issues/377
|
8 years ago |
MCSH
|
6263dcb007
|
examples: Fix game to answer callback query correctly
References:
* BR: https://github.com/yagop/node-telegram-bot-api/issues/418
* PR: https://github.com/yagop/node-telegram-bot-api/pull/449
|
8 years ago |
GochoMugo
|
bbac07ad2c
|
doc: Document TelegramBot.errors, TelegramBot.messageTypes
|
8 years ago |
GochoMugo
|
49df0c6e02
|
src/telegram: Add metadata argument in `message` event (and friends)
References:
* FR: https://github.com/yagop/node-telegram-bot-api/issues/409
* PR: https://github.com/yagop/node-telegram-bot-api/pull/413
|
8 years ago |
GochoMugo
|
3722c7182c
|
src/telegram: Fix TelegramBot#answerCallbackQuery() signature
Bug:
`callbackQueryId` is a required argument. All other options
are optional.
References:
* Telegram API doc: https://core.telegram.org/bots/api#answercallbackquery
* Blame: https://github.com/yagop/node-telegram-bot-api/pull/368
|
8 years ago |
GochoMugo
|
9cf36a3b20
|
pkg: Add support for Node v9
|
8 years ago |
GochoMugo
|
7f41992e62
|
pkg: Bump minor version (v0.28.0 -> v0.29.0)
See `CHANGELOG.md`.
|
8 years ago |
GochoMugo
|
1475881a37
|
doc: Update changelog
|
8 years ago |
GochoMugo
|
4f50f7350c
|
src/telegram: Add API v3.2 methods
Notes:
Add methods:
* TelegramBot#createNewStickerSet
* TelegramBot#addStickerToSet
* TelegramBot#setStickerPositionInSet
* TelegramBot#deleteStickerFromSet
Tests are missing!
References:
* FR: https://github.com/yagop/node-telegram-bot-api/issues/407
|
8 years ago |
CapacitorSet
|
8fd243e6a8
|
src/telegram: Add TelegramBot#uploadStickerFile
Notes:
* Closes PR #430
References:
* FR: https://github.com/yagop/node-telegram-bot-api/issues/407
* PR: https://github.com/yagop/node-telegram-bot-api/pull/430
* PR-by: @CapacitorSet
|
8 years ago |
CapacitorSet
|
a2d85b889a
|
src/telegram: Add TelegramBot#getStickerSet()
References:
* FR: https://github.com/yagop/node-telegram-bot-api/issues/407
* PR: https://github.com/yagop/node-telegram-bot-api/pull/429
* PR-by: @CapacitorSet, @libertylocked
|
8 years ago |
GochoMugo
|
28160c70cd
|
doc: Fix broken link in change-log
|
9 years ago |
GochoMugo
|
580afc92c1
|
pkg: Bump minor version (0.27.1 -> 0.28.0)
|
9 years ago |
GochoMugo
|
4bb1374435
|
doc: Update changelog
|
9 years ago |
GochoMugo
|
a15e273bb9
|
doc: List 'bot-brother' in community section
References:
* PR #315: https://github.com/yagop/node-telegram-bot-api/pull/315
* PR-by: @saeedhei
|
9 years ago |
GochoMugo
|
e250d65cb9
|
docs: Update changelog
|
9 years ago |
GochoMugo
|
e63a61f232
|
docs: Update changelog
|
9 years ago |
GochoMugo
|
b2afdeb6a8
|
doc: Prepare for release v0.27.0
|
9 years ago |
GochoMugo
|
3edb6d9b6e
|
doc: Update changelog
|
9 years ago |
GochoMugo
|
e75d51ca8f
|
src/polling: Add constructor option 'options.polling.params'
Feature:
Please see the updated API reference for more information on this
new option.
Side-effects:
* `options.timeout` is deprecated!
References:
* "Feature request": https://github.com/yagop/node-telegram-bot-api/issues/243
|
9 years ago |
Gocho Mugo
|
eed7c1e4d0
|
src: Add proper error handling (#283)
Feature:
Please see `doc/usage.md` for more information on error-handling.
|
9 years ago |
GochoMugo
|
79de62a96e
|
src/telegram: Add TelegramBot#removeReplyListener()
Feature:
Please see the updated API Reference.
References:
* Author: @githugger (Frederic Schneider <fschneider1992@gmail.com>)
* Original PR: https://github.com/yagop/node-telegram-bot-api/pull/74
|
9 years ago |
GochoMugo
|
9d12bdfa41
|
src/webhook: Use String#indexOf() instead of RegExp#test() to find token
References:
* Original PR: https://github.com/yagop/node-telegram-bot-api/pull/147
* Original Author: @AVVS
|
9 years ago |
GochoMugo
|
2ee761677a
|
doc: Update changelog
|
9 years ago |
GochoMugo
|
9f031a72e5
|
pr/272: Finish on PR
|
9 years ago |
GochoMugo
|
54212daa50
|
pkg: Bump minor version
|
9 years ago |
GochoMugo
|
f3b124ebad
|
doc: Add ChangeLog
|
9 years ago |