Antonio Hernández
0f33cb5ab7
doc: added missing documentation related to events ( #938 )
2022-02-06 20:14:29 +03:00
Daniel Pérez Fernández
1bae9c2964
Add new method sendDice, getMyCommands, setMyCommands and more ( #796 )
...
* Add new method sendPoll
* getMyCommands
* setMyCommands
* Update doc/api
* 1# Fix Test sendPhoto
The sendPhoto method does not support .gif files, use sendAnimation.
This fix remplace .gif file by .png
* CustomTitle and ChatPermissions support
setChatAdministratorCustomTitle
setChatPermissions
* Update Readme
Update Badge Telegram API Version
* Minor Fix and Fix setChatPhoto
The Telegram Bots api has a bug that they are fixing and gives problems with the previous image. While they don't fix it, the image replacement is the fastest solution
* Minor Fix and Add Test
Fixed setChatPermissions
Test:
- sendDice
- getMyCommands
- setMyCommands
- setChatAdministratorCustomTitle
- setChatPermissions
* Update Changelog and Package.json version
* Fix typos in Changelog
* Add support for poll_answer
From: https://github.com/yagop/node-telegram-bot-api/pull/777
* Add JieJiSS contribution in Changelog
* Add sendPoll Test
2020-05-12 09:31:30 +05:30
Mohammed Sohail
f1a044e88e
src: Support Bot API v4.2
2019-05-07 16:17:43 +03:00
GochoMugo
1a08221174
src/telegram: Improve sending files ( #471 )
...
References:
* PR: https://github.com/yagop/node-telegram-bot-api/pull/471
2017-12-20 11:03:00 +03:00
GochoMugo
d7197998dd
doc: Add note on specifying additional Telegram query options
2017-12-11 18:32:19 +03:00
GochoMugo
4051117ed0
src: Minor reorganisation, fixes
2017-12-11 18:24:22 +03:00
Gocho Mugo
0870684d83
src/polling: Fix the Offset Infinite Loop bug ( #265 )
...
References:
* BR: https://github.com/yagop/node-telegram-bot-api/issues/36
2017-12-05 15:18:18 +03:00
GochoMugo
b774ff436f
src: Minor fixes
2017-12-05 13:56:07 +03:00
GochoMugo
d6083e4327
src: Support file options, defaults in sending files
2017-12-05 13:39:17 +03:00
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
2017-11-18 21:44:06 +03:00
Victor Le
54391e76a0
doc: Fix anchor webhook link ( #346 )
...
References:
* PR: https://github.com/yagop/node-telegram-bot-api/pull/346
* PR-by: @Coac
2017-06-02 10:16:05 +03:00
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
2017-05-26 18:08:58 +03:00
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
2017-05-26 17:17:19 +03:00
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
2017-05-26 16:46:26 +03:00
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
2017-02-15 07:59:56 +03:00
Gocho Mugo
eed7c1e4d0
src: Add proper error handling ( #283 )
...
Feature:
Please see `doc/usage.md` for more information on error-handling.
2017-02-09 16:12:22 +03:00
GochoMugo
ef3574ee88
doc: Improve project documentation
2017-01-20 09:13:18 +03:00