Commit Graph

168 Commits

Author SHA1 Message Date
ruben
bfd9ae3fe6 Fix #1254 2023-08-19 14:26:43 +01:00
ruben
8343e10fca Api version 6.7 2023-05-30 02:33:18 +01:00
ruben
c3925e035d Api version 6.6 2023-05-30 01:32:15 +01:00
ruben
61eb857248 Api version 6.5 2023-02-05 23:51:42 +00:00
Chase
402a4c46ea
Pass token in constructor (#1167) 2023-01-04 12:27:28 +01:00
Ruben Bermudez
4c36c432f6
Remove guava dep from main modules (#1173)
* Remove Guava Dep

* Update pom.xml

* Update ExponentialBackOff.java

* Update ExponentialBackOff.java

* Update WebhookUtils.java

* Update pom.xml
2023-01-04 02:35:02 +01:00
ruben
4a53ed85e4 Revert "Revert "Remove dependency on org.json:json""
This reverts commit a1a8925ae4.
2023-01-02 18:55:34 +00:00
ruben
a1a8925ae4 Revert "Remove dependency on org.json:json"
This reverts commit 490756c79e.
2023-01-02 18:42:24 +00:00
Ruben Bermudez
7c7ba29283 Api Version 6.4 2023-01-02 19:02:45 +01:00
Ruben Bermudez
bea63d4aaf Api Version 6.4 2022-12-31 02:18:03 +01:00
Robin Syl
490756c79e Remove dependency on org.json:json 2022-12-23 19:54:05 +01:00
ruben
1e040bea4d Api version 6.3 2022-11-08 18:33:50 +00:00
Ramil Aminev
76f5cb2f4e Remake old comments into javadoc-style. 2022-11-04 20:23:27 +04:00
Ruben
c0f51040bb Api Version 6.2 2022-08-15 01:43:03 +01:00
rubenlagus
f7bcab98e8 Update version 2022-06-21 21:28:25 +02:00
rubenlagus
3d07f27d41 Api version 6.1 2022-06-21 21:17:49 +02:00
Ruben Bermudez
0170c93555
Merge pull request #1030 from loolzaaa/webhook_fix1 2022-06-15 02:31:07 +02:00
rubenlagus
ce4760d994 Allow Long setters for ChatIds 2022-06-14 22:20:22 +02:00
Robin Syl
132f8b7be8 Update dependencies when possible 2022-04-24 17:19:47 +02:00
Ruben
8282529b89 Api Version 6.0 2022-04-17 21:17:32 +01:00
Ruben
e779402e74 Api Version 6.0 2022-04-17 20:40:17 +01:00
loolzaaa
336c026828 Add tests to ServerlessWebhook
Simple tests because there is no real server
Besides, fix two test methods in TestRestApi, because of error in expected strings
2022-02-27 13:00:40 +05:00
Korsakov A.N. (20211)
9cb206b14b Implement Webhook without server 2022-02-10 15:59:06 +05:00
Ruben
6bb17461f0 Api Version 5.7 2022-02-01 23:00:54 +00:00
snyk-bot
78820140dd
fix: upgrade commons-io:commons-io from 2.8.0 to 2.11.0
Snyk has created this PR to upgrade commons-io:commons-io from 2.8.0 to 2.11.0.

See this package in Maven Repository:
https://mvnrepository.com/artifact/commons-io/commons-io/

See this project in Snyk:
https://app.snyk.io/org/costalfy/project/51319c85-7053-4ba6-9183-7e30cd008de6?utm_source=github&utm_medium=referral&page=upgrade-pr
2022-01-08 23:12:57 +00:00
Ruben
feffffe112 Api Version 5.6 2022-01-01 23:06:28 +00:00
Ruben
3eea18aef6 Api Version 5.5 2021-12-07 21:03:25 +00:00
Ruben
a5cad1407b Update Version 2021-11-14 21:37:21 +00:00
Ruben Bermudez
5e9e91216a
Merge pull request #994 from timursergeevichname/master
added clarifying message to TelegramApiException if filePath parameter is empty
2021-11-14 21:26:15 +00:00
Ruben
e5deb95933 Update Version 2021-11-14 21:25:40 +00:00
Ruben
0544429c47 Fix #999 2021-11-14 21:22:04 +00:00
timursergeevich
17c336b1ec added clarifying message to TelegramApiException if filePath parameter is empty 2021-11-06 21:32:57 +03:00
Ruben
eef0681ddf Api Version 5.4 2021-11-06 14:52:47 +00:00
rubenlagus
c8d461926b ApiVersion 5.3.0 2021-07-04 13:04:15 +01:00
rubenlagus
ff6ce9f764 ApiVersion 5.3 2021-07-04 03:14:10 +01:00
Herindra Setiawan
d315745f2e Change Exception error message to match the function 2021-05-18 15:40:14 +07:00
Herindra Setiawan
09cdf87724 Fix issue #920 Wrong API path for SetStickerSetThumb 2021-05-18 13:56:11 +07:00
rubenlagus
2b721194d1 Update 5.2 2021-04-26 20:55:29 +01:00
monkey
e38c3b0ba9 issue #707 ExponentialBackOff refactored to interface for custom implementation 2021-04-25 03:01:23 +01:00
rubenlagus
6ce7eb1323 Update 5.1.1 2021-03-15 01:38:52 +00:00
Victor
93106c8cfa Fix typos 2021-03-12 11:28:40 +02:00
rubenlagus
6653ffe937 API 5.1 2021-03-09 10:59:28 +00:00
rubenlagus
c7728fbc8a Fix webhook version and validate username and token is present 2021-03-07 03:28:24 +00:00
rubenlagus
451bdce90b Fix #841 2021-01-02 17:51:25 +01:00
rubenlagus
415d31eaec Updage 5.0.1 2020-11-08 16:19:38 +00:00
rubenlagus
93bd1e0efe Update changelog and how to update 2020-11-03 21:09:02 +00:00
rubenlagus
95216b90c5 Pom cleanup 2020-11-03 03:04:14 +00:00
Ruben Bermudez
ab00b182e8 Remove Guice 2020-11-03 02:57:36 +00:00
rubenlagus
fb5626de7a CompletableFuture support 2020-11-03 02:24:07 +00:00
rubenlagus
447c9d3f92 Update 5.0 and lombok 2020-11-03 01:32:26 +00:00