Commit Graph

450 Commits (25a9d0cb38b70f982fd03fbf33b784e0beabd28b)
 

Author SHA1 Message Date
Demian 25a9d0cb38 telebot: remove filters.go 4 years ago
Demian c271d16dfc bot: handle True response results 4 years ago
Demian 3e947d3392 telebot: small doc fixes 4 years ago
Demian 1973483bd6 stickers: fix function signatures 4 years ago
demget c8978c4f37
Merge pull request #300 from EmJiHash/v2
payments: SuccessfulPayment currency type fix
4 years ago
Mohsen Ghafouri e0fc2b7270 payments: SuccessfulPayment currency type fix 4 years ago
Demian 76430783a7 readme: update Keyboards section 4 years ago
Demian d02458be27 options: implement CallbackEndpoint for Btn 4 years ago
Demian f5f0b4b696 options: remove unused Action fields from buttons 4 years ago
Demian c16b695ea6 tests: payments and keyboard tests 4 years ago
Demian 0b3082a091 options: complete keyboard constructors 4 years ago
Demian c626aaabd5 bot: accept Editable in Forward function 4 years ago
Demian d4ff86a5dc readme: fix indentations 4 years ago
Demian f82c0ec609 telebot: fix linter inspection problems 4 years ago
Demian 7a1d59c7d9 payments: SuccessfulPayment and minor changes 4 years ago
Ian P Badtrousers 1a558989dc
Merge pull request #292 from godande/develop
Introduced keyboard constructors
4 years ago
Demian 16e74b8025 payments: complete shipping API 4 years ago
demget 8affb946b7
Merge pull request #293 from DiscoreMe/payments
payments: update API
4 years ago
demget 6c937ddd0f
Merge pull request #286 from klim0v/patch-1
small fix docs
4 years ago
demget fa41701896
Merge pull request #294 from aofei/v2
errors: fix regular expression
4 years ago
Aofei Sheng 0179138315 tests: implement extractOk() function test 4 years ago
Aofei Sheng bd0dd26192 errors: fix regular expression
Telegram Bot API now returns an extra field for error responses, such
as: {"ok":false,"error_code":429,"description":"Too Many Requests: retry
after 8","parameters":{"retry_after":8}}
4 years ago
Nikita Bikmaev 76c2cedf6f payments: update API 4 years ago
dande ef00a90aef options: go fmt 4 years ago
dande ef05beb4e7 keyboards: fixed url and query constructors 4 years ago
dande 49a392391a keyboards: added constructors 4 years ago
Ian Patrick Badtrousers d7c155f97e keyboards: simple constructors added 4 years ago
Klimov Sergey d4df031910
small fix docs
fix sample declaration descriptor for incoming inline queries
4 years ago
Demian eb74dcb35a bot: move stickers functions to stickers.go 4 years ago
Nikita Bikmaev ef4247381a stickers: implement setStickerSetThumb method 4 years ago
Nikita Bikmaev 5af4f9c52c stickers: update functions according to the library's standards 4 years ago
Nikita Bikmaev 5f4e2adc84 stickers: update sticker structure 4 years ago
Demian 01eee9ff75 .travis: fix after_success command 4 years ago
Demian 772f07c0fb tests: add Notify and Delete calls 4 years ago
Demian 7324790593 bot: some clean-ups and refactoring
1. empty map initialization replaced with make keyword;
 2. removed redundant extractOk() calls, after b.Raw.
4 years ago
Demian 1533291206 games: complete Games API 4 years ago
Demian 9c08de946d webhook: fix GetWebhook result name 4 years ago
Demian 183d6484d9 chat: create ChatID Recipient type 4 years ago
Demian 1157f8b301 webhook: implement getWebhookInfo method 4 years ago
Demian 487fbc0317 test: make middleware poller test offline 4 years ago
demget 319196b847
Merge pull request #280 from guest6379/pr_onanimation
Add OnAnimation endpoint
4 years ago
Demian 414748417b tests: update b.ProcessUpdate() test 4 years ago
Demian f9f9b69ccf Merge branch 'poller-fix' into develop 4 years ago
Ian P Badtrousers a66d393547
Merge pull request #279 from orivej/lambda
bot: introducing public ProcessUpdate and Synchronous mode for AWS Lambda support
4 years ago
Demian 8cc942abf1 tests: implement poller tests 4 years ago
Demian 0ae9a122e5 test: replace timers with chan communication 4 years ago
Demian 31048be20c bot: close stop channels only by their owners 4 years ago
Orivej Desh 9b17d93350 examples: add awslambdaechobot 4 years ago
Orivej Desh 953bcdf552 bot: remove closures around runHandler 4 years ago
Orivej Desh 95769df144 tests: add offline mode 4 years ago