Commit graph

666 commits

Author SHA1 Message Date
Ilja Lapkovskis
dcd3730aa3
Merge branch 'master' into develop 2024-01-20 18:28:06 +02:00
Ilja Lapkovskis
c0152edc75 Do not run unit tests on PR. 2024-01-20 18:27:53 +02:00
Ilja Lapkovskis
6d2cfae955
Merge pull request #3 from eli-l/feat/set-message-reaction-emoji
Add set message reaction helpers.
2024-01-20 18:22:54 +02:00
Ilja Lapkovskis
a304e9002d
Add set message reaction helpers. 2024-01-20 18:17:17 +02:00
Ilja Lapkovskis
08c6f97d12
Merge pull request #2 from eli-l/develop
Fix tests
2024-01-20 16:52:57 +02:00
Ilja Lapkovskis
e41be9f718
Fix failing test. 2024-01-20 16:51:34 +02:00
Ilja Lapkovskis
5e497cfcba
Fix all tests. 2024-01-20 16:40:58 +02:00
Ilja Lapkovskis
40e1c9b680
Separate tests. Finish integration test refactoring 2024-01-20 16:29:08 +02:00
Ilja Lapkovskis
64480f9088
Refactor some integration tests. 2024-01-19 23:46:58 +02:00
Ilja Lapkovskis
eaa9c00f3d
Cleanup unit tests. 2024-01-19 19:48:07 +02:00
Ilja Lapkovskis
cf24606853
Run units on any branch. Run integration on master push/PR 2024-01-19 17:51:04 +02:00
Ilja Lapkovskis
7dcae03460
Adjust integration test path 2024-01-19 17:48:13 +02:00
Ilja Lapkovskis
d75067e431
Add .env to .gitignore 2024-01-19 17:47:53 +02:00
Ilja Lapkovskis
61382545e6
Pass envvars for integration tests from secrets.: 2024-01-19 17:43:08 +02:00
Ilja Lapkovskis
f6bd2d0113
Move sensitive credentials to the secrets 2024-01-19 17:40:39 +02:00
Ilja Lapkovskis
18ddf275ef
Bump go version used for tests 2024-01-18 22:47:57 +02:00
Ilja Lapkovskis
f70bd7e672
WIP: Separate test. Refactor a bunch of it. 2024-01-18 22:45:49 +02:00
OvyFlash
63e5c59035 Fix UserIsBot and UserIsPremium fields in KeyboardButtonRequestUsers struct 2024-01-09 01:09:38 +02:00
OvyFlash
a687eafa68 Add helper methods 2024-01-07 09:37:27 +02:00
OvyFlash
9cb877e695
Merge pull request #12 from OvyFlash/bot-api-7.0
Start implementing 7.0 Bot API changes
2024-01-07 09:17:58 +02:00
OvyFlash
678ff6fe45 Finish implementing Bot API 7.0 changes 2024-01-07 09:10:18 +02:00
stdkhai
92b9f7c7cf other changes implementation; MaybeInaccessibleMessage not used 2024-01-06 17:12:42 +02:00
stdkhai
8db24a9981 fix typo 2024-01-06 16:11:09 +02:00
stdkhai
e06de39556 giveaway implementation 2024-01-06 16:02:14 +02:00
OvyFlash
bd151fc816 Start implementing 7.0 Bot API changes 2024-01-05 22:05:00 +02:00
OvyFlash
86db600436
Merge pull request #11 from OvyFlash/bot-api-6.9
BOT API 6.9 implementation
2023-12-30 17:19:57 +02:00
OvyFlash
6d16deaa37 BOT API 6.9 implementation 2023-12-30 17:18:27 +02:00
OvyFlash
9966656288
Merge pull request #10 from OvyFlash/bot-api-6.8
BOT API 6.8 implementation
2023-12-30 16:56:26 +02:00
OvyFlash
17d3e395d5 BOT API 6.8 implementation 2023-12-30 16:55:43 +02:00
OvyFlash
371d8b695f Add const for 'chat_join_request' update type 2023-10-30 16:04:47 +02:00
OvyFlash
48d380a129 Add 'BotName' type to available types. 2023-10-16 20:24:40 +03:00
OvyFlash
9b085ce6a6 Merge branch 'bot-api-6.7' 2023-08-13 13:34:53 +03:00
OvyFlash
32982cf433
Wrong method for SetMyShortDescriptionConfig
Co-authored-by: Paolo Rossi <paolo.rossi@pucp.edu.pe>
2023-08-13 13:34:33 +03:00
OvyFlash
f4cedb2ab5
Merge pull request #9 from OvyFlash/bot-api-6.7
Fix typo in the name of config struct SetCustomEmojiStickerSetThumbna…
2023-07-11 12:14:46 +03:00
OvyFlash
10078d1492 Fix typo in the name of config struct SetCustomEmojiStickerSetThumbnailConfig. 2023-07-11 12:12:23 +03:00
OvyFlash
dcd469ffa5 Add nil check in method '(*Update).FromChat', for type CallbackQuery. 2023-07-11 12:04:24 +03:00
OvyFlash
3c3091bd33
Merge pull request #8 from OvyFlash/bot-api-6.7
BOT API 6.7 implementation
2023-07-05 12:14:19 +03:00
OvyFlash
45f563879f Add omitempty to optional fields 2023-07-05 12:13:57 +03:00
stdkhai
7d82083b03 BOT API 6.7 implementation 2023-07-05 11:23:14 +03:00
OvyFlash
c33a1d7c56
Merge pull request #7 from OvyFlash/bot-api-6.6
BOT API 6.6 implementation
2023-07-04 23:01:22 +03:00
OvyFlash
2d0a34c34b Add types_tests for bot api 6.6 and replace PNGSticker and TGSSticker with the parameters sticker 2023-07-04 23:00:35 +03:00
stdkhai
a4b5cdb16f add field 2023-07-04 22:38:56 +03:00
stdkhai
ef8307cc42 BOT API 6.6 implementation 2023-07-04 22:21:43 +03:00
OvyFlash
3ba8237c47 Fix: missing json tag in UserShared and ChatShared 2023-02-11 19:11:26 +02:00
OvyFlash
05cb53ea40
Merge pull request #6 from OvyFlash/bot-api-6.5
Implement Bot API 6.5 changes.
2023-02-04 04:58:24 +02:00
OvyFlash
16635e50ea Implement Bot API 6.5 changes 2023-02-04 04:53:55 +02:00
OvyFlash
8c46c34868
Merge pull request #4 from OvyFlash/bot-api-6.4
Implement Bot API 6.4 changes
2022-12-31 02:17:53 +02:00
OvyFlash
5e115c98c7 Implement Bot API 6.4 changes 2022-12-31 02:15:29 +02:00
OvyFlash
26b0a55fe2
Merge pull request #1 from OvyFlash/bot-api-6.3
Implement Bot API 6.3 changes.
2022-11-20 22:04:37 +02:00
OvyFlash
2e912ef461 Merge branch 'master' into bot-api-6.3 2022-11-20 22:04:02 +02:00