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
fce9244dfd
doc: Update help information
...
References:
* Issue #219 : https://github.com/yagop/node-telegram-bot-api/issues/219
* Issue #273 : https://github.com/yagop/node-telegram-bot-api/issues/273
* Issue #304 : https://github.com/yagop/node-telegram-bot-api/issues/304
8 years ago
GochoMugo
0008a39227
pr: Merge edited PR ( #440 )
8 years ago
GochoMugo
183b6bdb28
doc: Generate API reference, Update changelog
8 years ago
GochoMugo
816511b19f
pr: Merge kamikazechaser/node-telegram-bot-api#feature/stickersets
8 years ago
GochoMugo
cfde217488
test: Fix lint error
8 years ago
GochoMugo
13472899e4
pr: Merge edited PR ( #439 )
8 years ago
GochoMugo
59378d381b
test: Add tests
8 years ago
GochoMugo
79118b9fae
doc: Minor fixes, Update changelog
8 years ago
GochoMugo
65384a11d4
pr: Merge kamikazechaser/node-telegram-bot-api#feature/livelocations
8 years ago
GochoMugo
1f61b82aa8
doc: Fix documented types for params `chatId`, `userId`
...
References:
* BR: https://github.com/yagop/node-telegram-bot-api/issues/300
8 years ago
GochoMugo
633bd83a0a
src/telegram: JSON-serialize 'mask_position's
...
References:
* Similar PR: https://github.com/yagop/node-telegram-bot-api/pull/468
8 years ago
drGOD
4586ebd10b
src/telegram: JSON-serialize shipping_options in answerShippingQuery ( #468 )
8 years ago
Yago
fd337e91f2
Merge pull request #463 from saeedhei/patch-1
...
Persian Language added
8 years ago
Yago
20c5ab6710
Merge branch 'master' into patch-1
8 years ago
Yago
5510c07876
Merge branch 'master' into patch-1
8 years ago
Yago
3fbc6c85b0
Merge pull request #462 from Archakov06/patch-2
...
Add tutorial link RUS
8 years ago
Sedric Heidarizarei
757ba2476a
Persian Language added
8 years ago
Archakov Dennis
16045fda6e
Add tutorial link RUS
8 years ago
GochoMugo
ba4d207684
src: Improve performance when matching message types
...
Feature:
Considering that the most encountered message type is (probably) 'text',
we should match it as soon as possible; without wasting much time
looping through less-likely-to-matched types.
8 years ago
GochoMugo
772609c334
doc: Update ParseError message; error might not be from Telegram
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
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
Aaron Meese
e03ffe5d04
doc: Update README.md ( #457 )
8 years ago
GochoMugo
dc897d95e5
chore: Update npm script `gen-doc` to `doc`
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
6b21ca3570
doc: Update contributing guidelines
...
References:
* Issue not in English: https://github.com/yagop/node-telegram-bot-api/issues/460
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
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
Mohammed Sohail
4d90529492
[API v3.4] Support sticker sets
8 years ago
Mohammed Sohail
b25bc6eddb
[Doc] Generate documentation
8 years ago
Mohammed Sohail
7315fcff3e
[Fix] Minor copypasta typo
8 years ago
Mohammed Sohail
962ce2af3c
[API v3.4] Support live locations
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
f4f015a621
src/telegram: Use $NTBA_FIX_319 to apply fix for #319
...
Notes:
The permanent fix introduces backwards-incompatible changes, which
require a major version bump. Until we release v1,
environment variable `${NTBA_FIX_319}` can be used to apply
the fix.
References:
* BR: https://github.com/yagop/node-telegram-bot-api/issues/319
9 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
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
832bf78c94
pkg: Add support for Node v7, v8
9 years ago
GochoMugo
5f7d306f60
test: Skip tests on TelegramBot#sendVideoNote()
...
References:
* BR: https://github.com/yagop/node-telegram-bot-api/issues/365
9 years ago
GochoMugo
4ed6d945ab
pr/368: Update TelegramBot#answerCallbackQuery() signature
...
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