Commit Graph

628 Commits (7d82083b039394e83ef7319853e29a3d4ef66b60)

Author SHA1 Message Date
Syfaro 55f58bf98e Update README. 2021-12-03 21:22:53 -05:00
Syfaro 24489300ee Remove deprecated methods, other small fixes. 2021-12-03 21:16:31 -05:00
Syfaro 3834565c35
Merge pull request #487 from alexandear/fix-commented-funcs
Fix comment format for functions and constants
2021-11-08 17:40:56 -05:00
Oleksandr Redko 4986a8cd92 Fix comment format for functions and constants 2021-11-08 17:34:56 -05:00
Syfaro 8999ceadc0
Merge pull request #483 from alexandear/fix-typos-grammar
Fix typos and grammar issues in comments
2021-11-08 17:31:46 -05:00
Oleksandr Redko 77aa442a43 Fix typos and grammar issues in comments 2021-11-08 17:29:10 -05:00
Syfaro d7df856439
Merge pull request #395 from farit2000/fix-closing-update-channel-add-serverless-method
Fix bug with update channel closing, add ListenForWebhookRespReqFormat method
2021-11-08 15:56:24 -05:00
Syfaro 0cbcc040dd
Merge branch 'master' into fix-closing-update-channel-add-serverless-method 2021-11-08 15:54:23 -05:00
Syfaro f413d8270c
Merge pull request #416 from quenbyako/master
[FEAT]: Add SentFrom method to Update type
2021-11-08 15:38:29 -05:00
Syfaro 8806fb3bad
Update types.go 2021-11-08 12:37:50 -08:00
Syfaro 2a2f7c5083 Update docs. 2021-11-08 14:47:43 -05:00
Syfaro 6b71d4dd94
Merge pull request #202 from go-telegram-bot-api/develop
Deduplicate code, improve response accuracy.
2021-11-08 14:29:42 -05:00
Syfaro 7c82078b7a
Merge pull request #469 from go-telegram-bot-api/files
Create interface for file data
2021-11-08 14:26:17 -05:00
Syfaro 0d6825ebcc
Merge pull request #486 from go-telegram-bot-api/bot-api-5.4
Updates for Bot API 5.4
2021-11-08 14:20:41 -05:00
Syfaro 04f547ba7c Updates for Bot API 5.4. 2021-11-08 14:17:17 -05:00
Syfaro d2539d0c5c Update more docs. 2021-08-20 16:23:38 -04:00
Syfaro 9e20459100 Update docs. 2021-08-20 16:15:37 -04:00
Syfaro 6aa05225a6 Merge branch 'develop' into files 2021-08-20 16:11:25 -04:00
Syfaro 309d612d70 Merge branch 'master' into develop 2021-08-20 16:08:34 -04:00
Syfaro 1a3364aea8 Fix (and disable broken) tests. 2021-08-20 15:41:04 -04:00
Syfaro 816532053b Create interface for file data. 2021-08-20 15:31:52 -04:00
Syfaro 000cb2eb0e
Merge pull request #460 from go-telegram-bot-api/bot-api-5.3
Updates for Bot API 5.3
2021-08-20 01:29:59 -04:00
Syfaro 1198abda6d Avoid breaking change with GetMyCommands. 2021-08-20 01:27:42 -04:00
Syfaro 66dc9e8246 Updates for Bot API 5.3. 2021-06-27 15:15:09 -04:00
Syfaro fb1de2fb48
Merge pull request #434 from go-telegram-bot-api/develop-docs
Add improved documentation
2021-06-08 09:57:22 -07:00
Syfaro 2c2c95a964
Merge pull request #443 from go-telegram-bot-api/bot-api-5.2
Updates for Bot API 5.2, other small fixes
2021-06-08 09:56:12 -07:00
Syfaro b4a22fe527 Updates for Bot API 5.2, other small fixes. 2021-04-26 12:12:06 -04:00
Syfaro d0e1dfd8c6
Merge pull request #267 from antsupovsa/develop
Add helper for InlineKeyboardButtonLoginURL
2021-03-10 22:08:51 -05:00
Syfaro 47a0a16eb3
Fix minor capitalization issue. 2021-03-10 22:07:51 -05:00
Syfaro 284b093107
Merge branch 'develop' into develop 2021-03-10 22:06:43 -05:00
Syfaro 0b0e5c077c
Fix mistyped comment. 2021-03-10 22:01:47 -05:00
Syfaro 53d566ba56
Merge pull request #375 from Eivel/develop
Handle error in NewWebhook and NewWebhookWithCert
2021-03-10 22:00:07 -05:00
Syfaro 133755f959 Another small docs update. 2021-03-10 16:58:27 -05:00
Syfaro f6e575996e Add note about privacy mode. 2021-03-10 16:54:11 -05:00
Syfaro 80a1cbdb44 Small doc fixes. 2021-03-10 16:47:14 -05:00
Syfaro a36ca53925 Add to and update docs. 2021-03-10 16:36:15 -05:00
Syfaro 0a6e349f52
Merge pull request #431 from go-telegram-bot-api/userid-int64
Change UserID to int64
2021-03-10 14:59:37 -05:00
Syfaro badaa4056a
Merge pull request #356 from go-telegram-bot-api/multiple-uploads
Add support for uploading multiple files
2021-03-10 14:46:57 -05:00
Syfaro 05db49c9e3 Merge branch 'develop' into multiple-uploads 2021-03-10 12:33:02 -05:00
Syfaro d10c681b05
Merge pull request #392 from go-telegram-bot-api/bot-api-5.0
Updates for Bot API 5.0 and 5.1
2021-03-10 12:10:15 -05:00
TJ Horner 3b5c8a96d7 Add allowed_updates to GetUpdates 2021-03-09 15:52:22 -05:00
Syfaro e03cd7f9c6 Change UserID to int64. 2021-03-09 12:38:15 -05:00
Syfaro 24d4f79474 Updates for Bot API 5.1. 2021-03-09 12:27:17 -05:00
Syfaro b163052f82 Handle InputMedia{Document,Audio} in media groups. 2021-02-20 13:49:00 -05:00
quenbyako 01e6fd26dd Added more methods to Updates 2021-02-02 15:38:41 +03:00
quenbyako 2df616ce04 Added SentFrom method to Update type 2021-02-02 14:56:51 +03:00
farit2000 18031c85e5 Fix bug with update channel closing, add ListenForWebhookRespReqFormat method, for using in serverless apps, add example to README.md, add exaple pf a published bot on AWS Lambda 2020-11-27 11:24:41 +03:00
Syfaro 54104a08f9
Merge pull request #388 from ErikPelli/master
Escape Telegram formatting symbols
2020-11-06 17:45:23 -08:00
Erik Pellizzon 7d4ae712ae
Added empty string error return in docs 2020-11-06 22:07:29 +01:00
Syfaro 4064ced03f Add some tests, fix copyMessage. 2020-11-06 12:36:00 -05:00