Commit graph

451 commits

Author SHA1 Message Date
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
Syfaro
4064ced03f Add some tests, fix copyMessage. 2020-11-06 12:36:00 -05:00
Syfaro
24e02f7ba6 Merge branch 'develop' into bot-api-5.0 2020-11-06 00:18:30 -05:00
Syfaro
366879b110 Merge branch 'master' into develop 2020-11-05 23:29:48 -05:00
Syfaro
ac5306ce0c Updates for Bot API 5.0. 2020-11-05 16:53:37 -05:00
Syfaro
18c023f584
Merge pull request #359 from go-telegram-bot-api/github-actions
Attempt to use GitHub Actions
2020-11-05 11:02:01 -08:00
Syfaro
b52a9399c9 Fix Imgur issue. 2020-11-05 13:58:19 -05:00
Syfaro
e6e2a9f3ef Update Go version, fix duplicate runs. 2020-11-05 13:48:39 -05:00
Wojciech Zagórski
69a82708c4 Handle error in NewWebhook and NewWebhookWithCert 2020-09-30 22:19:29 +02:00
Syfaro
67c5217394 Attempt to use GitHub Actions. 2020-07-26 23:07:24 -05:00
Syfaro
5be25266b5 Initial work on improving docs. 2020-07-26 17:22:16 -05:00
Syfaro
f2cd95670d Update some forgotten items. 2020-07-26 16:06:22 -05:00
Syfaro
a45216f441 Generalize InputMedia, fix editMessageMedia. 2020-07-26 15:51:33 -05:00
Syfaro
8d14bd7a56 Make MediaGroupConfig Chattable and Fileable. 2020-07-26 14:40:12 -05:00
Syfaro
c6bf64c67d Replace panic with CloseWithError. 2020-07-25 23:36:31 -05:00
Syfaro
99b74b8efa Improve usability of new files for configs. 2020-07-25 21:20:05 -05:00
Syfaro
ce4fc988c9 Add support for uploading multiple files. 2020-07-25 19:29:40 -05:00
Syfaro
2f7211a708 Updates for Bot API 4.9. 2020-07-23 17:13:53 -05:00
Syfaro
e599156631 Tidy go mod files. 2020-07-23 17:09:15 -05:00
Syfaro
4acb1cebba
Merge pull request #321 from ErrorBoi/cleanup-bot-test
Cleanup bot test
2020-07-23 14:12:36 -05:00
Syfaro
9d3974d340
Merge pull request #261 from zergon321/add-photo-upload-channel
Uploading a new photo to a channel functionality added.
2020-07-22 05:00:28 -05:00
Syfaro
5598dbcb90 Remove old Go versions from Travis.
(cherry picked from commit dff2120d96)
2020-07-22 04:42:58 -05:00
Syfaro
6b0d3ce2a6 Fix some lints. 2020-07-21 14:20:12 -05:00
Jiayu Yi
458a89724a Change assertion failure message
(cherry picked from commit 5c5e96de34)
2020-07-21 14:17:37 -05:00
Jiayu Yi
c87d4110af Mark WebhookInfo.MaxConnections as optional
(cherry picked from commit 64517d16e7)
2020-07-21 14:17:29 -05:00
Jiayu Yi
ca09b25f8c Add MaxConnections to WebhookInfo
(cherry picked from commit 69bab9a28f)
2020-07-21 14:17:22 -05:00