Archakov Dennis
16045fda6e
Add tutorial link RUS
8 years ago
GochoMugo
ea420edad9
doc/help: Add link to bug '502 Bad Gateway'
...
References:
* BR '502 Bad Gateway': https://github.com/yagop/node-telegram-bot-api/issues/377
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
b6349de67e
doc: Document TelegramBot#on()
...
References:
* Issue: https://github.com/yagop/node-telegram-bot-api/issues/436
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
ef48af49f5
src/telegram: Deprecate auto-enabling Promise cancellation
...
Side-effects:
src/telegram: Allow providing custom Promise constructor
References:
* BR: https://github.com/yagop/node-telegram-bot-api/issues/319
9 years ago
Misha
67839b6faa
src/telegram: Update TelegramBot#answerCallbackQuery() signature
...
Feature:
The signature is inconsistent from other methods in TelegramBot.
Make it consistent.
References:
* FR: https://github.com/yagop/node-telegram-bot-api/issues/367
* PR: https://github.com/yagop/node-telegram-bot-api/pull/368
* PR-by: @mnb3000
9 years ago
Savely Krasovsky
83d3235cc5
src/telegram: Support Bot API v3.1
...
References:
* Bot API v3.1: https://core.telegram.org/bots/api-changelog#june-30-2017
9 years ago
GochoMugo
9a4298308e
doc: Add tutorials page
...
References:
* PR: https://github.com/yagop/node-telegram-bot-api/pull/358
* FR: https://github.com/yagop/node-telegram-bot-api/issues/351
* PR-by, FR-by: @hosein2398
9 years ago
Victor Le
54391e76a0
doc: Fix anchor webhook link ( #346 )
...
References:
* PR: https://github.com/yagop/node-telegram-bot-api/pull/346
* PR-by: @Coac
9 years ago
GochoMugo
73269e79e2
src/telegram: Add missing event 'video_note'
...
References:
* API Message type: https://core.telegram.org/bots/api#message
* API v3 progress tracker: https://github.com/yagop/node-telegram-bot-api/issues/332
9 years ago
Mohammed Sohail
fe527957e0
src/telegram: Support API v3 Payments ( #335 )
...
References:
* API v3 Payments: https://core.telegram.org/bots/payments
* PR: https://github.com/yagop/node-telegram-bot-api/pull/335
* PR-by: @kamikazechaser
* API v3 progress tracker: https://github.com/yagop/node-telegram-bot-api/issues/332
9 years ago
Mohammed Sohail
07a6e5ff23
src/telegram: Add missing Message sub-types, Deprecate old ones ( #340 )
...
References:
* PR: https://github.com/yagop/node-telegram-bot-api/pull/340
* PR-by: @kamikazechaser
9 years ago
Mohammed Sohail
177c951340
src/telegram: Add API v3 new update types and message sub-types ( #333 )
...
References:
* API changelog: https://core.telegram.org/bots/api-changelog#may-18-2017
* PR: https://github.com/yagop/node-telegram-bot-api/pull/333
* PR-by: @kamikazechaser
* API v3: https://github.com/yagop/node-telegram-bot-api/issues/332
9 years ago
GochoMugo
cda9d8d597
src/telegram: Add deleteMessage method
...
References:
* API deleteMessage method: https://core.telegram.org/bots/api#deleteMessage
* PR: https://github.com/yagop/node-telegram-bot-api/pull/324
* PR-by: @JonasFowl
* API v3: https://github.com/yagop/node-telegram-bot-api/issues/332
9 years ago
Mohammed Sohail
942fc4854b
src/telegram: Add sendVideoNote method ( #330 )
...
References:
* API sendVideoNote method: https://core.telegram.org/bots/api#sendvideonote
* PR: https://github.com/yagop/node-telegram-bot-api/pull/330
* PR-by: @kamikazechaser
* API v3: https://github.com/yagop/node-telegram-bot-api/issues/332
9 years ago
GochoMugo
11bcdd3b6a
src/telegram: Add TelegramBot#removeTextListener()
...
Feature:
This is the opposite action to `TelegramBot#onText()`.
It allows removing any previously-registered listeners.
It is similar to `TelegramBot#removeReplyListener()`.
9 years ago
GochoMugo
3d4d10f9b3
doc: Add docs on experimental features
9 years ago
Plusb Preco
a44eb7f1ee
docs: Docs improvements ( #291 )
...
Feature:
* Add notes about events in `api` document
* Update copyright year
* Cleanup docs
References:
* Feature request: https://github.com/yagop/node-telegram-bot-api/issues/289
* PR: https://github.com/yagop/node-telegram-bot-api/pull/291
* Requested-by: @preco21
* PR-by: @preco21
9 years ago
GochoMugo
9a9dfa9560
src: Minor fixes
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
dad8697411
doc: Document options.webHook.host
9 years ago
Anton Mironov
3263c6c253
Webhook health check endpoint
9 years ago
GochoMugo
99f364df11
doc/help: Add link to source
9 years ago
GochoMugo
ef3574ee88
doc: Improve project documentation
9 years ago